mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-16 09:36:26 +03:00
Merge pull request #135
This commit is contained in:
@@ -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%"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user