Add flagception bundle recipe

This commit is contained in:
Michel Chowanski
2017-12-04 20:48:27 +01:00
parent d6e497622b
commit 0f22627221
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
# See full configuration at https://github.com/bestit/flagception-bundle
flagception:
features:
demo_123:
default: true

View File

@@ -0,0 +1,8 @@
{
"bundles": {
"Flagception\\Bundle\\FlagceptionBundle\\FlagceptionBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}