add dependency on Twig

Requiring a specific minimum version of the TwigBridge just to be sure
that we end up with the required Twig version does not make much sense
if can simply specify the required version instead (we do in fact depend
on Twig in the WebProfilerBundle).
This commit is contained in:
Christian Flothmann 2016-12-09 07:11:54 +01:00
parent e59ae4d618
commit 91689a7961
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@
"php": ">=5.3.9",
"symfony/http-kernel": "~2.4",
"symfony/routing": "~2.2",
"symfony/twig-bridge": "~2.7"
"symfony/twig-bridge": "~2.7",
"twig/twig": "~1.28|~2.0"
},
"require-dev": {
"symfony/config": "~2.2",