10000 Fix HttpKernel Debug requirement · symfony/symfony@69feb49 · GitHub
[go: up one dir, main page]

Skip to content

Commit 69feb49

Browse files
committed
Fix HttpKernel Debug requirement
1 parent 47b739c commit 69feb49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.5.9|>=7.0.8",
2020
"symfony/event-dispatcher": "~2.8|~3.0|~4.0",
2121
"symfony/http-foundation": "~3.4.12|~4.0.12|^4.1.1",
22-
"symfony/debug": "~2.8|~3.0|~4.0",
22+
"symfony/debug": "^3.3.3|~4.0",
2323
"symfony/polyfill-ctype": "~1.8",
2424
"psr/log": "~1.0"
2525
},

0 commit comments

Comments
 (0)
0