[FrameworkBundle] fix http-foundation requirement

This commit is contained in:
Nicolas Grekas 2014-12-25 12:07:27 +01:00
parent 771703d094
commit 965b4ddc42

View File

@ -20,7 +20,7 @@
"symfony/dependency-injection" : "~2.3,>=2.3.3",
"symfony/config" : "~2.4",
"symfony/event-dispatcher": "~2.5",
"symfony/http-foundation": "~2.4,>=2.4.9",
"symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4",
"symfony/http-kernel": "~2.5,>=2.5.7",
"symfony/filesystem": "~2.3",
"symfony/routing": "~2.2",