conflict with HttpKernel 5

This commit is contained in:
Christian Flothmann 2019-08-30 13:26:16 +02:00
parent bcc6d31ce4
commit 7d94b7c086
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
"symfony/dependency-injection": "^4.4|^5.0",
"symfony/error-renderer": "^4.4|^5.0",
"symfony/http-foundation": "^4.3|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/polyfill-mbstring": "~1.0",
"symfony/filesystem": "^3.4|^4.0|^5.0",
"symfony/finder": "^3.4|^4.0|^5.0",

View File

@ -20,7 +20,7 @@
"symfony/error-renderer": "^4.4|^5.0",
"symfony/twig-bridge": "^4.4|^5.0",
"symfony/http-foundation": "^4.3|^5.0",
"symfony/http-kernel": "^4.4|^5.0",
"symfony/http-kernel": "^4.4",
"symfony/polyfill-ctype": "~1.8",
"twig/twig": "~1.41|~2.10"
},