Files
symfony-flex-recipes-contrib/csa.guzzle-bundle.3.0.json
T
github-action botandgithub-action bot 7fa28e54e3 Update Flex endpoint
2021-09-19 15:44:29 +00:00

40 lines
1.7 KiB
JSON

{
"locks": {
"csa/guzzle-bundle": {
"version": "3.0",
"recipe": {
"repo": "3.0",
"branch": "master",
"version": "3.0",
"ref": "37c8c8a6c9b4365529a27975dced0589fea4bb48"
}
}
},
"manifests": {
"csa/guzzle-bundle": {
"repository": "github.com/symfony/recipes-contrib",
"package": "csa/guzzle-bundle",
"version": "3.0",
"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\n# Available client config options: http://docs.guzzlephp.org/en/latest/quickstart.html#creating-a-client\n# and http://docs.guzzlephp.org/en/latest/request-options.html\ncsa_guzzle:\n profiler: '%kernel.debug%'\n clients:\n default: null\n# my_client:\n# config:\n# base_uri: 'http://example.com'\n",
"executable": false,
"encoding": ""
}
},
"origin": "csa/guzzle-bundle:3.0@github.com/symfony/recipes-contrib:master",
"not_installable": false,
"is_contrib": true
}
}
}