Files
symfony-flex-recipes-contrib/tsantos.serializer-bundle.1.0.json
T
github-action[bot]andgithub-action[bot] 8067a9c5df Update Flex endpoint
2021-11-23 10:27:40 +00:00

46 lines
1.6 KiB
JSON

{
"manifests": {
"tsantos/serializer-bundle": {
"manifest": {
"bundles": {
"TSantos\\SerializerBundle\\TSantosSerializerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/prod/tsantos_serializer.yaml": {
"contents": [
"tsantos_serializer:",
" generation_strategy: never",
""
],
"executable": false
},
"config/packages/test/tsantos_serializer.yaml": {
"contents": [
"tsantos_serializer:",
" generation_strategy: always",
""
],
"executable": false
},
"config/packages/tsantos_serializer.yaml": {
"contents": [
"# 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",
""
],
"executable": false
}
},
"ref": "0e77ebcee14268963daa83bbf7dbda672876ef07"
}
}
}