From 8f30e720557759a70cdba578b434fbf47aa08b86 Mon Sep 17 00:00:00 2001 From: Mateusz Sip Date: Tue, 5 Dec 2017 00:25:17 +0100 Subject: [PATCH] Basic csa_guzzle recipe --- csa/guzzle-bundle/2.2/config/packages/csa_guzzle.yaml | 10 ++++++++++ csa/guzzle-bundle/2.2/manifest.json | 8 ++++++++ 2 files changed, 18 insertions(+) create mode 100644 csa/guzzle-bundle/2.2/config/packages/csa_guzzle.yaml create mode 100644 csa/guzzle-bundle/2.2/manifest.json 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%/" + } +}