8000 minor #13112 [FrameworkBundle] fix http-foundation requirement (nicol… · saro0h/symfony@0e72188 · GitHub
[go: up one dir, main page]

Skip to content

Commit 0e72188

Browse files
committed
minor symfony#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
2 parents 771703d + 965b4dd commit 0e72188

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"symfony/dependency-injection" : "~2.3,>=2.3.3",
2121
"symfony/config" : "~2.4",
2222
"symfony/event-dispatcher": "~2.5",
23-
"symfony/http-foundation": "~2.4,>=2.4.9",
23+
"symfony/http-foundation": "~2.4.9|~2.5,>=2.5.4",
2424
"symfony/http-kernel": "~2.5,>=2.5.7",
2525
"symfony/filesystem": "~2.3",
2626
"symfony/routing": "~2.2",

0 commit comments

Comments
 (0)
0