Rejiggery.

This commit is contained in:
Phil Sturgeon
2014-07-15 15:50:11 +01:00
parent 08b1640ea3
commit 9658aa80ba
3 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ php:
- 5.5
- 5.6
- hhvm
matrix:
allow_failures:
- php: hhvm

View File

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