Merge pull request #183

This commit is contained in:
symfony-flex-server[bot]
2017-12-12 20:54:28 +00:00
committed by GitHub
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%/"
}
}