Files
symfony-flex-recipes-contrib/liuggio.statsd-client-bundle.1.6.json
T
github-action botandgithub-action bot af31901ef8 Update Flex endpoint
2021-09-20 16:15:05 +00:00

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
}
}
}