diff --git a/csa/guzzle-bundle/2.2/config/packages/csa_guzzle.yaml b/csa/guzzle-bundle/2.2/config/packages/csa_guzzle.yaml new file mode 100644 index 00000000..db7bf1e5 --- /dev/null +++ b/csa/guzzle-bundle/2.2/config/packages/csa_guzzle.yaml @@ -0,0 +1,10 @@ +# 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: ~ +# my_client: +# config: +# base_uri: 'http://example.com' diff --git a/csa/guzzle-bundle/2.2/manifest.json b/csa/guzzle-bundle/2.2/manifest.json new file mode 100644 index 00000000..697a10ac --- /dev/null +++ b/csa/guzzle-bundle/2.2/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "Csa\\Bundle\\GuzzleBundle\\CsaGuzzleBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}