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.5
- 5.6 - 5.6
- hhvm - hhvm
matrix: matrix:
allow_failures: allow_failures:
- php: hhvm - php: hhvm

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": "3.*" "league/oauth2-server": "~3.2"
} }
} }
``` ```