Files
symfony-flex-recipes-contrib/csa.guzzle-bundle.3.0.json
github-action botandgithub-action bot 06af7d5f81 Update Flex endpoint
2021-09-23 10:31:54 +00:00

36 lines
1.4 KiB
JSON

{
"manifests": {
"csa/guzzle-bundle": {
"manifest": {
"bundles": {
"Csa\\Bundle\\GuzzleBundle\\CsaGuzzleBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
},
"files": {
"config/packages/csa_guzzle.yaml": {
"contents": [
"# Full configuration reference: https://github.com/csarrazi/CsaGuzzleBundle/blob/2.x/src/Resources/doc/configuration_reference.md#configuration-reference",
"# Available client config options: http://docs.guzzlephp.org/en/latest/quickstart.html#creating-a-client",
"# and http://docs.guzzlephp.org/en/latest/request-options.html",
"csa_guzzle:",
" profiler: '%kernel.debug%'",
" clients:",
" default: null",
"# my_client:",
"# config:",
"# base_uri: 'http://example.com'",
""
],
"executable": false
}
},
"ref": "37c8c8a6c9b4365529a27975dced0589fea4bb48"
}
}
}