Removing v2 recipe as it's exacly the same as v1

Related to
https://github.com/symfony/recipes-contrib/pull/763#issuecomment-554620024
This commit is contained in:
Nek (Maxime Veber)
2019-11-17 14:22:38 +01:00
parent bcf8cf2f94
commit 311b9ea561
2 changed files with 0 additions and 17 deletions
@@ -1,9 +0,0 @@
biig_domain:
# Learn more about configuration in the bundle configuration reference
# https://github.com/biig-io/DomainComponent/blob/master/docs/domain_event_dispatcher.md#configuration-reference
# 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']
-8
View File
@@ -1,8 +0,0 @@
{
"bundles": {
"Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}