diff --git a/RECIPES.md b/RECIPES.md index e9397399..0aadea20 100644 --- a/RECIPES.md +++ b/RECIPES.md @@ -42,7 +42,6 @@ Additional recipes can be found on the [Main Recipes Repository](https://github. | [beelab/recaptcha2-bundle](https://packagist.org/packages/beelab/recaptcha2-bundle) | [2.0](beelab/recaptcha2-bundle/2.0) | | [beelab/tag-bundle](https://packagist.org/packages/beelab/tag-bundle) | [1.3](beelab/tag-bundle/1.3) | | [beelab/test-bundle](https://packagist.org/packages/beelab/test-bundle) | [2.0](beelab/test-bundle/2.0) | -| [biig/domain](https://packagist.org/packages/biig/domain) | [1.0](biig/domain/1.0) | | [birkof/netopia-mobilpay-bundle](https://packagist.org/packages/birkof/netopia-mobilpay-bundle) | [1.0](birkof/netopia-mobilpay-bundle/1.0) | | [bitbag/cms-plugin](https://packagist.org/packages/bitbag/cms-plugin) | [3.0](bitbag/cms-plugin/3.0) | | [bitbag/mailchimp-plugin](https://packagist.org/packages/bitbag/mailchimp-plugin) | [1.2](bitbag/mailchimp-plugin/1.2) | diff --git a/biig.domain.1.0.json b/biig.domain.1.0.json deleted file mode 100644 index 03487407..00000000 --- a/biig.domain.1.0.json +++ /dev/null @@ -1,34 +0,0 @@ -{ - "manifests": { - "biig/domain": { - "manifest": { - "bundles": { - "Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": [ - "all" - ] - }, - "copy-from-recipe": { - "config/": "%CONFIG_DIR%/" - } - }, - "files": { - "config/packages/biig_domain.yaml": { - "contents": [ - "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", - "", - " # 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": "280d89cd33040967e09b4b7259fcb404adae1c5f" - } - } -} diff --git a/index.json b/index.json index 6a966074..c49425d9 100644 --- a/index.json +++ b/index.json @@ -119,9 +119,6 @@ "beelab/test-bundle": [ "2.0" ], - "biig/domain": [ - "1.0" - ], "birkof/netopia-mobilpay-bundle": [ "1.0" ],