diff --git a/RECIPES.md b/RECIPES.md index 4694c13c..e9226596 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -566,6 +566,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [xiidea/easy-audit](https://packagist.org/packages/xiidea/easy-audit) | [2.0](xiidea/easy-audit/2.0) | | [yamilovs/sms-bundle](https://packagist.org/packages/yamilovs/sms-bundle) | [1.0](yamilovs/sms-bundle/1.0) | | [youritservices/mock-server-bundle](https://packagist.org/packages/youritservices/mock-server-bundle) | [1.0](youritservices/mock-server-bundle/1.0) | +| [yousign/zdd-message-bundle](https://packagist.org/packages/yousign/zdd-message-bundle) | [0.1](yousign/zdd-message-bundle/0.1) | | [ywh/cvss-bundle](https://packagist.org/packages/ywh/cvss-bundle) | [1.0](ywh/cvss-bundle/1.0) | | [ywh/doctrine-encryption-bundle](https://packagist.org/packages/ywh/doctrine-encryption-bundle) | [1.0](ywh/doctrine-encryption-bundle/1.0) | | [zendesk/zendesk_api_client_php](https://packagist.org/packages/zendesk/zendesk_api_client_php) | [2.2](zendesk/zendesk_api_client_php/2.2) | diff --git a/archived/yousign.zdd-message-bundle/6682c113f89c708228a6f4c5e2af44ad0932663e.json b/archived/yousign.zdd-message-bundle/6682c113f89c708228a6f4c5e2af44ad0932663e.json new file mode 100644 index 00000000..cd0e3838 --- /dev/null +++ b/archived/yousign.zdd-message-bundle/6682c113f89c708228a6f4c5e2af44ad0932663e.json @@ -0,0 +1,32 @@ +{ + "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" + } + } +} diff --git a/index.json b/index.json index 839e0da5..3e386d47 100644 --- a/index.json +++ b/index.json @@ -1798,6 +1798,9 @@ "youritservices/mock-server-bundle": [ "1.0" ], + "yousign/zdd-message-bundle": [ + "0.1" + ], "ywh/cvss-bundle": [ "1.0" ], diff --git a/yousign.zdd-message-bundle.0.1.json b/yousign.zdd-message-bundle.0.1.json new file mode 100644 index 00000000..cd0e3838 --- /dev/null +++ b/yousign.zdd-message-bundle.0.1.json @@ -0,0 +1,32 @@ +{ + "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" + } + } +}