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