mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-14 16:46:30 +03:00
44 lines
1.5 KiB
JSON
44 lines
1.5 KiB
JSON
{
|
|
"locks": {
|
|
"liuggio/statsd-client-bundle": {
|
|
"version": "1.6",
|
|
"recipe": {
|
|
"repo": "1.6",
|
|
"branch": "master",
|
|
"version": "1.6",
|
|
"ref": "4cd9b2466b6064c057d63b2075e210bbae4d460f"
|
|
}
|
|
}
|
|
},
|
|
"manifests": {
|
|
"liuggio/statsd-client-bundle": {
|
|
"repository": "github.com/symfony/recipes-contrib",
|
|
"package": "liuggio/statsd-client-bundle",
|
|
"version": "1.6",
|
|
"manifest": {
|
|
"bundles": {
|
|
"Liuggio\\StatsDClientBundle\\LiuggioStatsDClientBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"STATS_D_HOST": "",
|
|
"STATS_D_PORT": "",
|
|
"STATS_D_PROTOCOL": "udp"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/liuggio_stats_d_client.yaml": {
|
|
"contents": "liuggio_stats_d_client:\n connection:\n host: '%env(STATS_D_HOST)%'\n port: '%env(STATS_D_PORT)%'\n protocol: '%env(STATS_D_PROTOCOL)%'\n",
|
|
"executable": false,
|
|
"encoding": ""
|
|
}
|
|
},
|
|
"origin": "liuggio/statsd-client-bundle:1.6@github.com/symfony/recipes-contrib:master",
|
|
"is_contrib": true
|
|
}
|
|
}
|
|
} |