mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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) |
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -119,9 +119,6 @@
|
||||
"beelab/test-bundle": [
|
||||
"2.0"
|
||||
],
|
||||
"biig/domain": [
|
||||
"1.0"
|
||||
],
|
||||
"birkof/netopia-mobilpay-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user