Updated the interfaces and dropped oauth version

Seems the oauth lib's stable version is 3.2, dropped down from the 4 version
to that.
This commit is contained in:
Josh Sherman 2014-10-14 22:05:52 -04:00
parent c244e02d46
commit dc06f37320
5 changed files with 128 additions and 2 deletions

View file

@ -23,7 +23,7 @@
},
"require": {
"php": ">=5.4",
"league/oauth2-server": "4.*"
"league/oauth2-server": "3.2.*"
},
"autoload": {
"psr-4": {