Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chadicus committed May 22, 2016
1 parent fb8f3c5 commit dd3d42b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A collection of OAuth2 routes, middleware and utilities for use within a [Slim F

## Requirements

Chadicus\Slim\OAuth2 requires PHP 5.4 (or later).
Chadicus\Slim\OAuth2 requires PHP 5.6 (or later).

##Composer
To add the library as a local, per-project dependency use [Composer](http://getcomposer.org)! Simply add a dependency on
Expand All @@ -16,7 +16,7 @@ To add the library as a local, per-project dependency use [Composer](http://getc
```json
{
"require": {
"chadicus/slim-oauth2": "~1.0"
"chadicus/slim-oauth2": "~3.0"
}
}
```
Expand Down

0 comments on commit dd3d42b

Please sign in to comment.