diff --git a/yousign/zdd-message-bundle/0.1/config/zdd_message.yaml b/yousign/zdd-message-bundle/0.1/config/zdd_message.yaml new file mode 100644 index 00000000..5b3a409c --- /dev/null +++ b/yousign/zdd-message-bundle/0.1/config/zdd_message.yaml @@ -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' diff --git a/yousign/zdd-message-bundle/0.1/manifest.json b/yousign/zdd-message-bundle/0.1/manifest.json new file mode 100644 index 00000000..c28499c0 --- /dev/null +++ b/yousign/zdd-message-bundle/0.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Yousign\\ZddMessageBundle\\ZddMessageBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}