Files
symfony-flex-recipes/archived/php-http.httplug-bundle/4655962c64e2de96c418caf576c57215711c7877.json
T
github-action[bot]andgithub-action[bot] a5298a919f Update Flex archives
2021-12-18 17:20:12 +00:00

40 lines
1.3 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:",
" redirect:",
" preserve_header: true",
"",
" discovery:",
" client: 'auto'",
"",
" clients:",
" app:",
" http_methods_client: true",
" plugins:",
" - 'httplug.plugin.content_length'",
" - 'httplug.plugin.redirect'",
""
],
"executable": false
}
},
"ref": "4655962c64e2de96c418caf576c57215711c7877"
}
}
}