mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 23:56:29 +03:00
37 lines
1.3 KiB
JSON
37 lines
1.3 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|