From 5c7b0d1e77e89425d5c97661d99d63bf650d1286 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Sat, 19 Apr 2025 01:32:43 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...5cae2951b02051aa2eb7162dbf55cbf84a56d.json | 27 +++++++++++++++++++ devzair.mail-logger-bundle.1.0.json | 27 +++++++++++++++++++ index.json | 3 +++ 4 files changed, 58 insertions(+) create mode 100644 archived/devzair.mail-logger-bundle/9825cae2951b02051aa2eb7162dbf55cbf84a56d.json create mode 100644 devzair.mail-logger-bundle.1.0.json diff --git a/RECIPES.md b/RECIPES.md index bc0e3ce4..bad70564 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -136,6 +136,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [dekalee/enom-bundle](https://packagist.org/packages/dekalee/enom-bundle) | [1.0](dekalee/enom-bundle/1.0) | | [dekalee/mailjet-bundle](https://packagist.org/packages/dekalee/mailjet-bundle) | [2.1](dekalee/mailjet-bundle/2.1) | | [dekalee/pubsub-swarrot-bundle](https://packagist.org/packages/dekalee/pubsub-swarrot-bundle) | [1.0](dekalee/pubsub-swarrot-bundle/1.0) | +| [devzair/mail-logger-bundle](https://packagist.org/packages/devzair/mail-logger-bundle) | [1.0](devzair/mail-logger-bundle/1.0) | | [disjfa/mozaic-bundle](https://packagist.org/packages/disjfa/mozaic-bundle) | [0.1](disjfa/mozaic-bundle/0.1) | | [disjfa/translation-bundle](https://packagist.org/packages/disjfa/translation-bundle) | [0.1](disjfa/translation-bundle/0.1) | | [dobryprogramator/smartform-bundle](https://packagist.org/packages/dobryprogramator/smartform-bundle) | [1.0](dobryprogramator/smartform-bundle/1.0) | diff --git a/archived/devzair.mail-logger-bundle/9825cae2951b02051aa2eb7162dbf55cbf84a56d.json b/archived/devzair.mail-logger-bundle/9825cae2951b02051aa2eb7162dbf55cbf84a56d.json new file mode 100644 index 00000000..df6ecf83 --- /dev/null +++ b/archived/devzair.mail-logger-bundle/9825cae2951b02051aa2eb7162dbf55cbf84a56d.json @@ -0,0 +1,27 @@ +{ + "manifests": { + "devzair/mail-logger-bundle": { + "manifest": { + "bundles": { + "DevZair\\MailLoggerBundle\\MailLoggerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/mail_logger.yaml": { + "contents": [ + "mail_logger:\r", + " enabled: true\r", + "" + ], + "executable": false + } + }, + "ref": "9825cae2951b02051aa2eb7162dbf55cbf84a56d" + } + } +} diff --git a/devzair.mail-logger-bundle.1.0.json b/devzair.mail-logger-bundle.1.0.json new file mode 100644 index 00000000..df6ecf83 --- /dev/null +++ b/devzair.mail-logger-bundle.1.0.json @@ -0,0 +1,27 @@ +{ + "manifests": { + "devzair/mail-logger-bundle": { + "manifest": { + "bundles": { + "DevZair\\MailLoggerBundle\\MailLoggerBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/mail_logger.yaml": { + "contents": [ + "mail_logger:\r", + " enabled: true\r", + "" + ], + "executable": false + } + }, + "ref": "9825cae2951b02051aa2eb7162dbf55cbf84a56d" + } + } +} diff --git a/index.json b/index.json index a230abba..bc79c936 100644 --- a/index.json +++ b/index.json @@ -419,6 +419,9 @@ "dekalee/pubsub-swarrot-bundle": [ "1.0" ], + "devzair/mail-logger-bundle": [ + "1.0" + ], "disjfa/mozaic-bundle": [ "0.1" ],