Dropped http-foundation support down to just 2.*

This commit is contained in:
Alex Bilbie 2014-01-10 18:01:15 +00:00
parent 69571bc8ef
commit 603efeb80d

View File

@ -6,7 +6,7 @@
"license": "MIT",
"require": {
"php": ">=5.4.0",
"symfony/http-foundation": "2.4.*"
"symfony/http-foundation": "2.*"
},
"require-dev": {
"league/phpunit-coverage-listener": "~1.0",