[WebProfilerBundle] made Twig bundle an explicit dependency

This commit is contained in:
Fabien Potencier 2018-05-30 05:47:13 +02:00
parent 3a2eb0d951
commit cac37caa7d

View File

@ -19,7 +19,7 @@
"php": "^7.1.3", "php": "^7.1.3",
"symfony/http-kernel": "~4.1", "symfony/http-kernel": "~4.1",
"symfony/routing": "~3.4|~4.0", "symfony/routing": "~3.4|~4.0",
"symfony/twig-bridge": "~3.4|~4.0", "symfony/twig-bundle": "^3.4.3|^4.0.3",
"symfony/var-dumper": "~3.4|~4.0", "symfony/var-dumper": "~3.4|~4.0",
"twig/twig": "~1.34|~2.4" "twig/twig": "~1.34|~2.4"
}, },