mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-13 08:06:26 +03:00
45 lines
1.8 KiB
JSON
45 lines
1.8 KiB
JSON
{
|
|
"locks": {
|
|
"liip/monitor-bundle": {
|
|
"version": "2.6",
|
|
"recipe": {
|
|
"repo": "2.6",
|
|
"branch": "master",
|
|
"version": "2.6",
|
|
"ref": "02c7cd93304dead890f9042fc2670dd9b0e0c091"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"liip/monitor-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "liip/monitor-bundle",
|
|
"version": "2.6",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Liip\\MonitorBundle\\LiipMonitorBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"post-install-output": [
|
|
" <options=bold>Configure</> the bundle and routes:",
|
|
" 1. You <options=bold>MUST</> verify the configuration in <comment>%CONFIG_DIR%/packages/monitor.yaml</>.",
|
|
" 2. You <options=bold>MAY</> configure additional your checks and reporters, see the README.md for instructions.",
|
|
" 3. You <options=bold>MAY</> configure the routes as specified in the README.md if you enable the controller."
|
|
]
|
|
},
|
|
"files": {
|
|
"config/packages/monitor.yaml": {
|
|
"contents": "liip_monitor:\n # enabling the controller requires that `assets` are enabled in the framework bundle\n enable_controller: false\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "liip/monitor-bundle:2.6@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |