From 6212050c13e5e43847a5ebb15749da27c5388ecd Mon Sep 17 00:00:00 2001 From: Maxime Veber Date: Sun, 9 Oct 2022 10:34:12 +0200 Subject: [PATCH] :wrench: Update biig/domain configuration --- .../biig/domain/1.0/config/packages/doctrine_domain_event.yaml | 2 +- {biig => swag-industries/biig}/domain/1.0/manifest.json | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename biig/domain/1.0/config/packages/biig_domain.yaml => swag-industries/biig/domain/1.0/config/packages/doctrine_domain_event.yaml (75%) rename {biig => swag-industries/biig}/domain/1.0/manifest.json (100%) diff --git a/biig/domain/1.0/config/packages/biig_domain.yaml b/swag-industries/biig/domain/1.0/config/packages/doctrine_domain_event.yaml similarity index 75% rename from biig/domain/1.0/config/packages/biig_domain.yaml rename to swag-industries/biig/domain/1.0/config/packages/doctrine_domain_event.yaml index e723c16b..dea3c0cd 100644 --- a/biig/domain/1.0/config/packages/biig_domain.yaml +++ b/swag-industries/biig/domain/1.0/config/packages/doctrine_domain_event.yaml @@ -1,6 +1,6 @@ biig_domain: # Learn more about configuration in the bundle configuration reference - # https://github.com/biig-io/DomainComponent/blob/v1/docs/domain_event_dispatcher.md#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: diff --git a/biig/domain/1.0/manifest.json b/swag-industries/biig/domain/1.0/manifest.json similarity index 100% rename from biig/domain/1.0/manifest.json rename to swag-industries/biig/domain/1.0/manifest.json