mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 23:26:40 +03:00
51 lines
2.4 KiB
JSON
51 lines
2.4 KiB
JSON
{
|
|
"manifests": {
|
|
"eightpoints/guzzle-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/packages/eight_points_guzzle.yaml": {
|
|
"contents": [
|
|
"# EightPoints GuzzleBundle",
|
|
"# A full list of configuration options can be found here:",
|
|
"# https://github.com/8p/EightPointsGuzzleBundle/blob/master/src/Resources/doc/configuration-reference.md",
|
|
"eight_points_guzzle:",
|
|
" clients:",
|
|
" my_client:",
|
|
" # Write here the host where to do requests",
|
|
" # base_url: \"http://target.url\"",
|
|
"",
|
|
" # Request options: http://docs.guzzlephp.org/en/stable/request-options.html",
|
|
" options:",
|
|
" # timeout in seconds",
|
|
" timeout: 30",
|
|
"",
|
|
" # set to false to disable throwing exceptions on an HTTP protocol errors (4xx and 5xx responses)",
|
|
" http_errors: true",
|
|
"",
|
|
" # each key is the name of a header, and each value is a string or array of strings representing the",
|
|
" # header field values.",
|
|
" headers:",
|
|
" User-Agent: \"EightPointsGuzzleBundle/v7\"",
|
|
"",
|
|
" # Find plugins here:",
|
|
" # https://github.com/8p/EightPointsGuzzleBundle#known-and-supported-plugins",
|
|
" plugin: null",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "7babb21a3928e44e485391907e3abc346804e0d2"
|
|
}
|
|
}
|
|
}
|