From 9ee5f98a93667a38bbfc3d840ee7ca9f2217a5e9 Mon Sep 17 00:00:00 2001 From: "github-action[bot]" <> Date: Fri, 16 Dec 2022 07:02:30 +0000 Subject: [PATCH] Update Flex endpoint --- RECIPES.md | 1 + ...b80b1093b4a67f05c1e9e5ecc24b7c5f4a59e.json | 34 +++++++++++++++++++ index.json | 3 ++ ...industries.doctrine-domain-events.1.0.json | 34 +++++++++++++++++++ 4 files changed, 72 insertions(+) create mode 100644 archived/swag-industries.doctrine-domain-events/8b8b80b1093b4a67f05c1e9e5ecc24b7c5f4a59e.json create mode 100644 swag-industries.doctrine-domain-events.1.0.json diff --git a/RECIPES.md b/RECIPES.md index b7c4abea..e2e2293d 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -483,6 +483,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [svc/contactform-bundle](https://packagist.org/packages/svc/contactform-bundle) | [1.0](svc/contactform-bundle/1.0) | | [svc/param-bundle](https://packagist.org/packages/svc/param-bundle) | [1.0](svc/param-bundle/1.0) | | [svc/util-bundle](https://packagist.org/packages/svc/util-bundle) | [1.0](svc/util-bundle/1.0) | +| [swag-industries/doctrine-domain-events](https://packagist.org/packages/swag-industries/doctrine-domain-events) | [1.0](swag-industries/doctrine-domain-events/1.0) | | [swag-industries/melodiia](https://packagist.org/packages/swag-industries/melodiia) | [0.7](swag-industries/melodiia/0.7) | | [swarrot/swarrot-bundle](https://packagist.org/packages/swarrot/swarrot-bundle) | [1.6](swarrot/swarrot-bundle/1.6) | | [sylius/admin-order-creation-plugin](https://packagist.org/packages/sylius/admin-order-creation-plugin) | [0.6](sylius/admin-order-creation-plugin/0.6) | diff --git a/archived/swag-industries.doctrine-domain-events/8b8b80b1093b4a67f05c1e9e5ecc24b7c5f4a59e.json b/archived/swag-industries.doctrine-domain-events/8b8b80b1093b4a67f05c1e9e5ecc24b7c5f4a59e.json new file mode 100644 index 00000000..2188620c --- /dev/null +++ b/archived/swag-industries.doctrine-domain-events/8b8b80b1093b4a67f05c1e9e5ecc24b7c5f4a59e.json @@ -0,0 +1,34 @@ +{ + "manifests": { + "swag-industries/doctrine-domain-events": { + "manifest": { + "bundles": { + "Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/doctrine_domain_event.yaml": { + "contents": [ + "biig_domain:", + " # Learn more about configuration in the bundle configuration reference", + " # https://github.com/Swagindustries/doctrine-domain-events/blob/v2.2.0/docs/domain_event_dispatcher.md", + "", + " # Post persist events are *not* activated by default, you need to enable the post persist listeners", + " persist_listeners:", + " # As doctrine supports many connections, you need to enable your connections one by one", + " doctrine: ['default']", + "", + "" + ], + "executable": false + } + }, + "ref": "8b8b80b1093b4a67f05c1e9e5ecc24b7c5f4a59e" + } + } +} diff --git a/index.json b/index.json index 75dbad26..7753db7d 100644 --- a/index.json +++ b/index.json @@ -1517,6 +1517,9 @@ "svc/util-bundle": [ "1.0" ], + "swag-industries/doctrine-domain-events": [ + "1.0" + ], "swag-industries/melodiia": [ "0.7" ], diff --git a/swag-industries.doctrine-domain-events.1.0.json b/swag-industries.doctrine-domain-events.1.0.json new file mode 100644 index 00000000..2188620c --- /dev/null +++ b/swag-industries.doctrine-domain-events.1.0.json @@ -0,0 +1,34 @@ +{ + "manifests": { + "swag-industries/doctrine-domain-events": { + "manifest": { + "bundles": { + "Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": [ + "all" + ] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } + }, + "files": { + "config/packages/doctrine_domain_event.yaml": { + "contents": [ + "biig_domain:", + " # Learn more about configuration in the bundle configuration reference", + " # https://github.com/Swagindustries/doctrine-domain-events/blob/v2.2.0/docs/domain_event_dispatcher.md", + "", + " # Post persist events are *not* activated by default, you need to enable the post persist listeners", + " persist_listeners:", + " # As doctrine supports many connections, you need to enable your connections one by one", + " doctrine: ['default']", + "", + "" + ], + "executable": false + } + }, + "ref": "8b8b80b1093b4a67f05c1e9e5ecc24b7c5f4a59e" + } + } +}