Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-12-15 07:14:50 +00:00
parent c754dd16cb
commit 430d8fc22a
3 changed files with 0 additions and 38 deletions
-1
View File
@@ -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) |
-34
View File
@@ -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"
}
}
}
-3
View File
@@ -119,9 +119,6 @@
"beelab/test-bundle": [
"2.0"
],
"biig/domain": [
"1.0"
],
"birkof/netopia-mobilpay-bundle": [
"1.0"
],