mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
46 lines
1.6 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|