Skip to content

Commit

Permalink
upgrading to 1.7 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
bshaffer committed Apr 24, 2015
1 parent a36e898 commit a94a671
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Using [Composer](http://getcomposer.org)? Add the following to `composer.json`:
```json
{
"require": {
"bshaffer/oauth2-server-php": "v1.6",
"bshaffer/oauth2-server-php": "~1.7",
...
},
...
Expand All @@ -34,7 +34,7 @@ Using [Composer](http://getcomposer.org)? Add the following to `composer.json`:

And then run `composer.phar install`

> It is highly recommended you check out the [`v1.6`](https://github.com/bshaffer/oauth2-server-php/tree/v1.6) tag to
> It is highly recommended you check out the [`v1.7.0`](https://github.com/bshaffer/oauth2-server-php/tree/v1.7.0) tag to
> ensure your application doesn't break from backwards-compatibility issues. However, if you'd like to stay on the
> bleeding edge of development, you can set this to `dev-develop` instead.
Expand Down

0 comments on commit a94a671

Please sign in to comment.