minor #13112 [FrameworkBundle] fix http-foundation requirement (nicolas-grekas)

This PR was merged into the 2.5 branch.

Discussion
----------

[FrameworkBundle] fix http-foundation requirement

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Request::getDefaultLocale() has been introduced in 2.5.4

Commits
-------

965b4dd [FrameworkBundle] fix http-foundation requirement
This commit is contained in:
Fabien Potencier 2014-12-25 12:12:13 +01:00
commit 0e721881e1

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