8000 [FrameworkBundle] fix http-foundation requirement · saro0h/symfony@965b4dd · GitHub
[go: up one dir, main page]

Skip to content

Commit 965b4dd

Browse files
[FrameworkBundle] fix http-foundation requirement
1 parent 771703d commit 965b4dd

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