Update Flex endpoint

This commit is contained in:
github-action[bot]
2022-12-17 16:49:55 +00:00
parent 80b162044c
commit 008e97fc06
4 changed files with 76 additions and 0 deletions
+1
View File
@@ -486,6 +486,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) |
| [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/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) |
@@ -0,0 +1,36 @@
{
"manifests": {
"svc/versioning-bundle": {
"manifest": {
"bundles": {
"Svc\\VersioningBundle\\SvcVersioningBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * Please adapt config/packages/svc-versioning.yaml (see doc)"
]
},
"files": {
"config/packages/svc_versioning.yaml": {
"contents": [
"# configuration for \"SvcVersioningBundle\", see doc for more parameters",
"svc_versioning:",
"",
" # Should git runs after version increase?",
" run_git: false",
"",
" # Should deploy runs after git?",
" run_deploy: false",
""
],
"executable": false
}
},
"ref": "007c0cfb06aecacfaba99c1608eb0de85a61874b"
}
}
}
+3
View File
@@ -1529,6 +1529,9 @@
"svc/util-bundle": [
"1.0"
],
"svc/versioning-bundle": [
"1.0"
],
"swag-industries/doctrine-domain-events": [
"1.0"
],
+36
View File
@@ -0,0 +1,36 @@
{
"manifests": {
"svc/versioning-bundle": {
"manifest": {
"bundles": {
"Svc\\VersioningBundle\\SvcVersioningBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"post-install-output": [
" * Please adapt config/packages/svc-versioning.yaml (see doc)"
]
},
"files": {
"config/packages/svc_versioning.yaml": {
"contents": [
"# configuration for \"SvcVersioningBundle\", see doc for more parameters",
"svc_versioning:",
"",
" # Should git runs after version increase?",
" run_git: false",
"",
" # Should deploy runs after git?",
" run_deploy: false",
""
],
"executable": false
}
},
"ref": "007c0cfb06aecacfaba99c1608eb0de85a61874b"
}
}
}