Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-12-16 07:02:30 +00:00
parent 196a896268
commit 9ee5f98a93
4 changed files with 72 additions and 0 deletions
+1
View File
@@ -483,6 +483,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [svc/contactform-bundle](https://packagist.org/packages/svc/contactform-bundle) | [1.0](svc/contactform-bundle/1.0) |
| [svc/param-bundle](https://packagist.org/packages/svc/param-bundle) | [1.0](svc/param-bundle/1.0) |
| [svc/util-bundle](https://packagist.org/packages/svc/util-bundle) | [1.0](svc/util-bundle/1.0) |
| [swag-industries/doctrine-domain-events](https://packagist.org/packages/swag-industries/doctrine-domain-events) | [1.0](swag-industries/doctrine-domain-events/1.0) |
| [swag-industries/melodiia](https://packagist.org/packages/swag-industries/melodiia) | [0.7](swag-industries/melodiia/0.7) |
| [swarrot/swarrot-bundle](https://packagist.org/packages/swarrot/swarrot-bundle) | [1.6](swarrot/swarrot-bundle/1.6) |
| [sylius/admin-order-creation-plugin](https://packagist.org/packages/sylius/admin-order-creation-plugin) | [0.6](sylius/admin-order-creation-plugin/0.6) |
@@ -0,0 +1,34 @@
{
"manifests": {
"swag-industries/doctrine-domain-events": {
"manifest": {
"bundles": {
"Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/doctrine_domain_event.yaml": {
"contents": [
"biig_domain:",
" # Learn more about configuration in the bundle 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:",
" # As doctrine supports many connections, you need to enable your connections one by one",
" doctrine: ['default']",
"",
""
],
"executable": false
}
},
"ref": "8b8b80b1093b4a67f05c1e9e5ecc24b7c5f4a59e"
}
}
}
+3
View File
@@ -1517,6 +1517,9 @@
"svc/util-bundle": [
"1.0"
],
"swag-industries/doctrine-domain-events": [
"1.0"
],
"swag-industries/melodiia": [
"0.7"
],
@@ -0,0 +1,34 @@
{
"manifests": {
"swag-industries/doctrine-domain-events": {
"manifest": {
"bundles": {
"Biig\\Component\\Domain\\Integration\\Symfony\\DomainBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/doctrine_domain_event.yaml": {
"contents": [
"biig_domain:",
" # Learn more about configuration in the bundle 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:",
" # As doctrine supports many connections, you need to enable your connections one by one",
" doctrine: ['default']",
"",
""
],
"executable": false
}
},
"ref": "8b8b80b1093b4a67f05c1e9e5ecc24b7c5f4a59e"
}
}
}