Skip to content

Commit 7ec445b

Browse files
[HttpKernel] fix deps
1 parent e1ac6e1 commit 7ec445b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Symfony/Component/HttpKernel/composer.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
],
1818
"require": {
1919
"php": "^7.1.3",
20-
"symfony/error-handler": "^4.4|^5.0",
20+
"symfony/error-handler": "^4.4",
2121
"symfony/event-dispatcher": "^4.4",
2222
"symfony/http-foundation": "^4.4|^5.0",
2323
"symfony/polyfill-ctype": "^1.8",
@@ -49,7 +49,6 @@
4949
"symfony/browser-kit": "<4.3",
5050
"symfony/config": "<3.4",
5151
"symfony/console": ">=5",
52-
"symfony/debug": "<4.4",
5352
"symfony/dependency-injection": "<4.3",
5453
"symfony/translation": "<4.2",
5554
"twig/twig": "<1.34|<2.4,>=2"

0 commit comments

Comments
 (0)