Update Flex endpoint

This commit is contained in:
github-action[bot]
2024-08-06 11:15:41 +00:00
parent de8481a8fe
commit b29f099315
4 changed files with 65 additions and 2 deletions
+1 -1
View File
@@ -563,7 +563,7 @@ Additional recipes can be found on the [Main Recipes Repository](https://github.
| [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) |
| [svc/versioning-bundle](https://packagist.org/packages/svc/versioning-bundle) | [1.0](svc/versioning-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/doctrine-domain-events](https://packagist.org/packages/swag-industries/doctrine-domain-events) | [3.1](swag-industries/doctrine-domain-events/3.1) |
| [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,31 @@
{
"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": [
"# By default, the bundle will be active on all connections registered,",
"# but you can specify explicitly which connections it should be enabled on.",
"# Defaults to empty array []",
"",
"#biig_domain:",
"# entity_managers: ['default']",
""
],
"executable": false
}
},
"ref": "86ed1b954294d09b87caa86fd2caebaa7c45ab0b"
}
}
}
+2 -1
View File
@@ -1791,7 +1791,8 @@
"1.0"
],
"swag-industries/doctrine-domain-events": [
"1.0"
"1.0",
"3.1"
],
"swag-industries/melodiia": [
"0.7"
@@ -0,0 +1,31 @@
{
"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": [
"# By default, the bundle will be active on all connections registered,",
"# but you can specify explicitly which connections it should be enabled on.",
"# Defaults to empty array []",
"",
"#biig_domain:",
"# entity_managers: ['default']",
""
],
"executable": false
}
},
"ref": "86ed1b954294d09b87caa86fd2caebaa7c45ab0b"
}
}
}