Files
symfony-flex-recipes-contrib/yousign.zdd-message-bundle.0.1.json
T
github-action[bot]andgithub-action[bot] 19a3b3d6db Update Flex endpoint
2023-04-26 17:53:52 +00:00

33 lines
1.3 KiB
JSON

{
"manifests": {
"yousign/zdd-message-bundle": {
"manifest": {
"bundles": {
"Yousign\\ZddMessageBundle\\ZddMessageBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/zdd_message.yaml": {
"contents": [
"# https://github.com/Yousign/zdd-message-bundle",
"zdd_message:",
" # The service that will configure the messages to assert, it should implement MessageConfiguratorInterface.",
" configurator: null # replace with the service id that configure the messages to assert.",
"",
" # The directory where the serialized messages will be stored (default: '%kernel.logs_dir%')",
" # serialized_messages_dir: 'var/serialized_messages'",
""
],
"executable": false
}
},
"ref": "6682c113f89c708228a6f4c5e2af44ad0932663e"
}
}
}