[TwigBundle] fixed typo in composer.json

This commit is contained in:
Fabien Potencier 2017-01-04 12:00:29 -08:00
parent 829b6bd475
commit fccb98c551
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
"symfony/asset": "~2.7|~3.0.0",
"symfony/twig-bridge": "~2.7|~3.0.0",
"symfony/http-foundation": "~2.5|~3.0.0",
"symfony/http-kernel": "~2.7.23|~2.8.16"
"symfony/http-kernel": "~2.7.23|~2.8.16",
"twig/twig": "~1.28|~2.0"
},
"require-dev": {