From 470dc3e36f559044b51b65b05e0dc4b321b869ac Mon Sep 17 00:00:00 2001 From: Fabien Potencier Date: Sat, 1 Oct 2016 07:16:27 -0700 Subject: [PATCH] [TwigBundle] added missing dependencies for tests --- src/Symfony/Bundle/TwigBundle/composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Symfony/Bundle/TwigBundle/composer.json b/src/Symfony/Bundle/TwigBundle/composer.json index 7892f38cd4..dfee0d6e80 100644 --- a/src/Symfony/Bundle/TwigBundle/composer.json +++ b/src/Symfony/Bundle/TwigBundle/composer.json @@ -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\\": "" },