Files
symfony-flex-recipes-contrib/archived/php-http.httplug-bundle/1693c7d4746c48e1b10b07cfad15cc431631a13c.json
T
github-action[bot]andgithub-action[bot] f49d36fa18 Update Flex archives
2021-12-18 17:21:01 +00:00

42 lines
1.5 KiB
JSON

{
"manifests": {
"php-http/httplug-bundle": {
"manifest": {
"bundles": {
"Http\\HttplugBundle\\HttplugBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/httplug.yaml": {
"contents": [
"httplug:",
" plugins:",
" logger:",
" enabled: '%kernel.debug%' # Set to true if you want enable logging in production",
" redirect:",
" preserve_header: true",
"",
" discovery:",
" client: 'auto'",
"",
" clients:",
" app:",
" http_methods_client: true",
" plugins:",
" - 'httplug.plugin.logger'",
" - 'httplug.plugin.redirect'",
""
],
"executable": false
}
},
"ref": "1693c7d4746c48e1b10b07cfad15cc431631a13c"
}
}
}