added recipe for QandidateToggleBundle

This commit is contained in:
othillo
2017-12-08 21:48:59 +01:00
parent b0cb14391b
commit e2afe5017c
2 changed files with 14 additions and 0 deletions
@@ -0,0 +1,5 @@
# see https://github.com/qandidate-labs/qandidate-toggle-bundle/blob/master/README.md#configuration
qandidate_toggle:
persistence: config
toggles: ~
@@ -0,0 +1,9 @@
{
"bundles": {
"Symfony\\Bundle\\SecurityBundle\\SecurityBundle": ["all"],
"Qandidate\\Bundle\\ToggleBundle\\QandidateToggleBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}