mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
Update Flex endpoint
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1529,6 +1529,9 @@
|
||||
"svc/util-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"svc/versioning-bundle": [
|
||||
"1.0"
|
||||
],
|
||||
"swag-industries/doctrine-domain-events": [
|
||||
"1.0"
|
||||
],
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user