mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-15 17:16:29 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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) |
|
||||
|
||||
+34
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user