[HttpKernel] fix deps

This commit is contained in:
Nicolas Grekas 2019-11-12 12:00:56 +01:00
parent e1ac6e19fb
commit 7ec445b130
1 changed files with 1 additions and 2 deletions

View File

@ -17,7 +17,7 @@
],
"require": {
"php": "^7.1.3",
"symfony/error-handler": "^4.4|^5.0",
"symfony/error-handler": "^4.4",
"symfony/event-dispatcher": "^4.4",
"symfony/http-foundation": "^4.4|^5.0",
"symfony/polyfill-ctype": "^1.8",
@ -49,7 +49,6 @@
"symfony/browser-kit": "<4.3",
"symfony/config": "<3.4",
"symfony/console": ">=5",
"symfony/debug": "<4.4",
"symfony/dependency-injection": "<4.3",
"symfony/translation": "<4.2",
"twig/twig": "<1.34|<2.4,>=2"