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

64 lines
2.5 KiB
JSON

{
"manifests": {
"jms/serializer-bundle": {
"manifest": {
"bundles": {
"JMS\\SerializerBundle\\JMSSerializerBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/dev/jms_serializer.yaml": {
"contents": [
"jms_serializer:",
" visitors:",
" json:",
" options:",
" - JSON_PRETTY_PRINT",
" - JSON_UNESCAPED_SLASHES",
" - JSON_PRESERVE_ZERO_FRACTION",
""
],
"executable": false
},
"config/packages/jms_serializer.yaml": {
"contents": [
"jms_serializer:",
" visitors:",
" xml:",
" format_output: '%kernel.debug%'",
"# metadata:",
"# auto_detection: false",
"# directories:",
"# any-name:",
"# namespace_prefix: \"My\\\\FooBundle\"",
"# path: \"@MyFooBundle/Resources/config/serializer\"",
"# another-name:",
"# namespace_prefix: \"My\\\\BarBundle\"",
"# path: \"@MyBarBundle/Resources/config/serializer\"",
""
],
"executable": false
},
"config/packages/prod/jms_serializer.yaml": {
"contents": [
"jms_serializer:",
" visitors:",
" json:",
" options:",
" - JSON_UNESCAPED_SLASHES",
" - JSON_PRESERVE_ZERO_FRACTION",
""
],
"executable": false
}
},
"ref": "fe60ce509ef04a3f40da96e3979bc8d9b13b2372"
}
}
}