[TwigBundle] added missing dependencies for tests

This commit is contained in:
Fabien Potencier 2016-10-01 07:16:27 -07:00
parent e20cd8ae9f
commit 470dc3e36f
1 changed files with 2 additions and 1 deletions

View File

@ -32,7 +32,8 @@
"symfony/routing": "~2.1",
"symfony/templating": "~2.1",
"symfony/yaml": "~2.3",
"symfony/framework-bundle": "~2.7"
"symfony/framework-bundle": "~2.7",
"doctrine/annotations": "~1.0"
},
"autoload": {
"psr-4": { "Symfony\\Bundle\\TwigBundle\\": "" },