WebProfiler 5.2 is incompatible with HttpKernel 5.1

This commit is contained in:
Alexander M. Turek 2020-09-17 21:44:31 +02:00
parent 8d450130e0
commit 115d6859d9

View File

@ -19,7 +19,7 @@
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/config": "^4.4|^5.0", "symfony/config": "^4.4|^5.0",
"symfony/framework-bundle": "^5.1", "symfony/framework-bundle": "^5.1",
"symfony/http-kernel": "^4.4|^5.0", "symfony/http-kernel": "^5.2",
"symfony/routing": "^4.4|^5.0", "symfony/routing": "^4.4|^5.0",
"symfony/twig-bundle": "^4.4|^5.0", "symfony/twig-bundle": "^4.4|^5.0",
"twig/twig": "^2.10|^3.0" "twig/twig": "^2.10|^3.0"