From eba38d6ca80e0a4d319c3a0a7af68e2b2c5113fd Mon Sep 17 00:00:00 2001 From: "nikos.sotiropoulos" Date: Tue, 12 Mar 2019 15:25:43 +0100 Subject: [PATCH] add setupBundle & stateBundle to dev env --- commercetools/symfony-bundle/0.4/manifest.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/commercetools/symfony-bundle/0.4/manifest.json b/commercetools/symfony-bundle/0.4/manifest.json index 64212345..7c587337 100644 --- a/commercetools/symfony-bundle/0.4/manifest.json +++ b/commercetools/symfony-bundle/0.4/manifest.json @@ -1,7 +1,9 @@ { "bundles": { "Commercetools\\Symfony\\CtpBundle\\CtpBundle": ["all"], - "Commercetools\\Symfony\\CustomerBundle\\CustomerBundle": ["all"] + "Commercetools\\Symfony\\CustomerBundle\\CustomerBundle": ["all"], + "Commercetools\\Symfony\\SetupBundle\\SetupBundle": ["dev"], + "Commercetools\\Symfony\\StateBundle\\StateBundle": ["dev"] }, "copy-from-recipe": { "config/": "%CONFIG_DIR%/"