diff --git a/qandidate/toggle-bundle/1.0/config/packages/qandidate_toggle.yaml b/qandidate/toggle-bundle/1.0/config/packages/qandidate_toggle.yaml new file mode 100644 index 00000000..2cd6e82f --- /dev/null +++ b/qandidate/toggle-bundle/1.0/config/packages/qandidate_toggle.yaml @@ -0,0 +1,5 @@ +# see https://github.com/qandidate-labs/qandidate-toggle-bundle/blob/master/README.md#configuration + +qandidate_toggle: + persistence: config + toggles: ~ diff --git a/qandidate/toggle-bundle/1.0/manifest.json b/qandidate/toggle-bundle/1.0/manifest.json new file mode 100644 index 00000000..4c35add8 --- /dev/null +++ b/qandidate/toggle-bundle/1.0/manifest.json @@ -0,0 +1,9 @@ +{ + "bundles": { + "Symfony\\Bundle\\SecurityBundle\\SecurityBundle": ["all"], + "Qandidate\\Bundle\\ToggleBundle\\QandidateToggleBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}