Skip to content

Commit ba51a0b

Browse files
[2.3] Fix lowest deps
1 parent 8b3b54d commit ba51a0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"require": {
1919
"php": ">=5.3.3",
2020
"symfony/twig-bridge": "~2.3,>=2.3.10",
21-
"symfony/http-kernel": "~2.3,>=2.3.24"
21+
"symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2"
2222
},
2323
"require-dev": {
2424
"symfony/stopwatch": "~2.2",

src/Symfony/Component/Debug/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=5.3.3"
2020
},
2121
"require-dev": {
22-
"symfony/http-kernel": "~2.3,>=2.3.24",
22+
"symfony/http-kernel": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
2323
"symfony/http-foundation": "~2.1"
2424
},
2525
"suggest": {

src/Symfony/Component/HttpKernel/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": ">=5.3.3",
2020
"symfony/event-dispatcher": "~2.1",
2121
"symfony/http-foundation": "~2.3,>=2.3.4",
22-
"symfony/debug": "~2.3,>=2.3.24",
22+
"symfony/debug": "~2.3.24|~2.5.9|~2.6,>=2.6.2",
2323
"psr/log": "~1.0"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)