From 118b3e18058e55c55eeae8c064600bbea333a266 Mon Sep 17 00:00:00 2001 From: Maxime Veber Date: Tue, 6 Aug 2024 13:14:52 +0200 Subject: [PATCH] Add some sample of configuration for the new version of the bundle (#1653) --- .../3.1/config/packages/doctrine_domain_event.yaml | 6 ++++++ swag-industries/doctrine-domain-events/3.1/manifest.json | 8 ++++++++ 2 files changed, 14 insertions(+) create mode 100644 swag-industries/doctrine-domain-events/3.1/config/packages/doctrine_domain_event.yaml create mode 100644 swag-industries/doctrine-domain-events/3.1/manifest.json diff --git a/swag-industries/doctrine-domain-events/3.1/config/packages/doctrine_domain_event.yaml b/swag-industries/doctrine-domain-events/3.1/config/packages/doctrine_domain_event.yaml new file mode 100644 index 00000000..5d89a190 --- /dev/null +++ b/swag-industries/doctrine-domain-events/3.1/config/packages/doctrine_domain_event.yaml @@ -0,0 +1,6 @@ +# By default, the bundle will be active on all connections registered, +# but you can specify explicitly which connections it should be enabled on. +# Defaults to empty array [] + +#biig_domain: +# entity_managers: ['default'] diff --git a/swag-industries/doctrine-domain-events/3.1/manifest.json b/swag-industries/doctrine-domain-events/3.1/manifest.json new file mode 100644 index 00000000..48c4d407 --- /dev/null +++ b/swag-industries/doctrine-domain-events/3.1/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}