Update README.md

This commit is contained in:
Alex Bilbie 2014-08-06 18:16:16 +01:00
parent dc4136a6f5
commit 9ff841aa6f

View File

@ -12,7 +12,7 @@ The framework is provided as a Composer package which can be installed by adding
```javascript ```javascript
{ {
"require": { "require": {
"league/oauth2-server": "4.*" "league/oauth2-server": "dev-develop"
} }
} }
``` ```