Merge pull request #431

This commit is contained in:
symfony-flex-server[bot]
2018-08-06 04:28:21 +00:00
committed by GitHub
4 changed files with 16 additions and 0 deletions
@@ -0,0 +1,2 @@
tsantos_serializer:
generation_strategy: never
@@ -0,0 +1,2 @@
tsantos_serializer:
generation_strategy: always
@@ -0,0 +1,4 @@
# Read the official documentation page of this bundle for further information about all possible configurations.
# http://tsantos-serializer-bundle.readthedocs.io/
tsantos_serializer:
generation_strategy: file_not_exists
@@ -0,0 +1,8 @@
{
"bundles": {
"TSantos\\SerializerBundle\\TSantosSerializerBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}