mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
33 lines
1.3 KiB
JSON
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"
|
|
}
|
|
}
|
|
}
|