diff --git a/spiechu/symfony-commons-bundle/0.1/config/packages/spiechu_symfony_commons.yaml b/spiechu/symfony-commons-bundle/0.1/config/packages/spiechu_symfony_commons.yaml new file mode 100644 index 00000000..efd67ac7 --- /dev/null +++ b/spiechu/symfony-commons-bundle/0.1/config/packages/spiechu_symfony_commons.yaml @@ -0,0 +1,9 @@ +spiechu_symfony_commons: + # bundle configuration available at + # https://github.com/spiechu/symfony-commons-bundle/blob/master/README.md + get_method_override: + enabled: false + response_schema_validation: + enabled: false + api_versioning: + enabled: false diff --git a/spiechu/symfony-commons-bundle/0.1/manifest.json b/spiechu/symfony-commons-bundle/0.1/manifest.json new file mode 100644 index 00000000..b990816e --- /dev/null +++ b/spiechu/symfony-commons-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Spiechu\\SymfonyCommonsBundle\\SpiechuSymfonyCommonsBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%" + } +}