mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 18:46:48 +03:00
add zdd message bundle (#1502)
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# 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'
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"bundles": {
|
||||
"Yousign\\ZddMessageBundle\\ZddMessageBundle": ["all"]
|
||||
},
|
||||
"copy-from-recipe": {
|
||||
"config/": "%CONFIG_DIR%/"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user