mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 08:23:03 +05:30
Lowered symfony/http-foundation to ~2.4 so Laravel can use it
This commit is contained in:
parent
d1aae27359
commit
e1c14abf6c
@ -5,7 +5,7 @@
|
|||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0",
|
"php": ">=5.4.0",
|
||||||
"symfony/http-foundation": "~2.5",
|
"symfony/http-foundation": "~2.4",
|
||||||
"league/event": "1.0.*"
|
"league/event": "1.0.*"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
Loading…
Reference in New Issue
Block a user