mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-01 16:33:07 +05:30
Added symfony/http-foundation as dependency
This commit is contained in:
parent
6d7887dc36
commit
b86d1f1406
@ -5,7 +5,8 @@
|
|||||||
"homepage": "https://github.com/php-loep/oauth2-server",
|
"homepage": "https://github.com/php-loep/oauth2-server",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=5.4.0"
|
"php": ">=5.4.0",
|
||||||
|
"symfony/http-foundation": "v2.4.0"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"mockery/mockery": ">=0.7.2",
|
"mockery/mockery": ">=0.7.2",
|
||||||
|
Loading…
Reference in New Issue
Block a user