Skip to content

Commit

Permalink
prepare the first stable release
Browse files Browse the repository at this point in the history
  • Loading branch information
xabbuh committed Jan 1, 2017
1 parent 3686989 commit 6ab4fc3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
CHANGELOG
=========

1.0.0
-----

This is the first stable release. See the [documentation](README) for
information about how to use the package.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,10 @@ Sign PSR-7 requests using OAuth1 when using them with HTTPlug clients.
Installation
------------

This package requires `api-clients/psr7-oauth1` to sign the requests:
Install the OAuth1 integration using Composer:

```bash
$ composer require --no-update api-clients/psr7-oauth1:dev-master
```

You can then install the OAuth1 integration using Composer as usual:

```bash
$ composer require xabbuh/oauth1-authentication:~0.1@dev
$ composer require xabbuh/oauth1-authentication:^1.0
```

Usage
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.1.x-dev"
"dev-master": "1.0.x-dev"
}
}
}

0 comments on commit 6ab4fc3

Please sign in to comment.