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%/" + } +}