mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
40 lines
1.3 KiB
JSON
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:",
|
|
" retry:",
|
|
" retry: 1",
|
|
"",
|
|
" discovery:",
|
|
" client: 'auto'",
|
|
"",
|
|
" clients:",
|
|
" app:",
|
|
" http_methods_client: true",
|
|
" plugins:",
|
|
" - 'httplug.plugin.content_length'",
|
|
" - 'httplug.plugin.redirect'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "87b3d491d593d2c6e3b90bf0689ac69a188bfa5f"
|
|
}
|
|
}
|
|
}
|