Added symfony/http-foundation as dependency

This commit is contained in:
Alex Bilbie 2013-12-16 17:15:31 +00:00
parent 6d7887dc36
commit b86d1f1406

View File

@ -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",