Merge pull request #135

This commit is contained in:
symfony-flex-server[bot]
2017-11-19 21:03:37 +00:00
committed by GitHub
2 changed files with 17 additions and 0 deletions
@@ -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
@@ -0,0 +1,8 @@
{
"bundles": {
"Spiechu\\SymfonyCommonsBundle\\SpiechuSymfonyCommonsBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
}
}