From 4ef0961070eac14764602f341c6f8a476da73149 Mon Sep 17 00:00:00 2001 From: tsantos Date: Mon, 23 Jul 2018 15:21:18 -0300 Subject: [PATCH] Add twig bundle as dependency --- tsantos/serializer-bundle/1.0/manifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tsantos/serializer-bundle/1.0/manifest.json b/tsantos/serializer-bundle/1.0/manifest.json index e95fdc7c..6d9b52af 100644 --- a/tsantos/serializer-bundle/1.0/manifest.json +++ b/tsantos/serializer-bundle/1.0/manifest.json @@ -1,6 +1,7 @@ { "bundles": { - "TSantos\\SerializerBundle\\TSantosSerializerBundle": ["all"] + "TSantos\\SerializerBundle\\TSantosSerializerBundle": ["all"], + "Symfony\\Bundle\\TwigBundle\\TwigBundle": ["dev", "test"] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/"