[WebProfilerBundle] Require symfony/twig-bundle

This commit is contained in:
Thomas Calvet 2019-11-14 16:04:06 +01:00
parent 8a68d2d358
commit 78dad79fec
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"symfony/http-kernel": "~3.4.25|^4.2.6",
"symfony/polyfill-php70": "~1.0",
"symfony/routing": "~2.8|~3.0|~4.0",
"symfony/twig-bridge": "~2.8|~3.0|~4.0",
"symfony/twig-bundle": "~2.8|~3.0|~4.0",
"symfony/var-dumper": "~3.3|~4.0",
"twig/twig": "~1.34|~2.4"
},