Lowered symfony/http-foundation to ~2.4 so Laravel can use it

This commit is contained in:
Alex Bilbie 2014-12-31 15:51:52 +00:00
parent d1aae27359
commit e1c14abf6c

View File

@ -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": {