Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ba51a0b

Browse filesBrowse files
[2.3] Fix lowest deps
1 parent 8b3b54d commit ba51a0b
Copy full SHA for ba51a0b

File tree

3 files changed

+3
-3
lines changed
Filter options

3 files changed

+3
-3
lines changed

‎src/Symfony/Bundle/TwigBundle/composer.json

Copy file name to clipboardExpand all lines: src/Symfony/Bundle/TwigBundle/composer.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Debug/composer.json
+1-1Lines 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

Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/composer.json
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.