add setupBundle & stateBundle to dev env

This commit is contained in:
nikos.sotiropoulos
2019-03-12 15:25:43 +01:00
parent a60d09355c
commit eba38d6ca8
@@ -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%/"