Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e7cc28c

Browse files
committed
fix Debug component dependencies
1 parent bcc66e3 commit e7cc28c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Symfony/Bundle/FrameworkBundle/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"symfony/class-loader": "~3.2",
2323
"symfony/dependency-injection": "^3.4.24|^4.2.5",
2424
"symfony/config": "~3.4|~4.0",
25+
"symfony/debug": "~2.8|~3.0|~4.0",
2526
"symfony/event-dispatcher": "~3.4|~4.0",
2627
"symfony/http-foundation": "^3.3.11|~4.0",
2728
"symfony/http-kernel": "~3.4|~4.0",

src/Symfony/Bundle/TwigBundle/composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"require": {
1919
"php": "^5.5.9|>=7.0.8",
2020
"symfony/config": "~3.2|~4.0",
21+
"symfony/debug": "~2.8|~3.0|~4.0",
2122
"symfony/twig-bridge": "^3.4.3|^4.0.3",
2223
"symfony/http-foundation": "~2.8|~3.0|~4.0",
2324
"symfony/http-kernel": "^3.3|~4.0",

0 commit comments

Comments
 (0)