From 9e7a6c24e63674307aff50e27c24e62a24dee26e Mon Sep 17 00:00:00 2001 From: Vlad Date: Thu, 16 Nov 2017 19:27:31 +0200 Subject: [PATCH] Add recipe for eightpoints/guzzle-bundle --- .../7.0/config/packages/dev/eight_points_guzzle.yaml | 2 ++ .../7.0/config/packages/eight_points_guzzle.yaml | 2 ++ eightpoints/guzzle-bundle/7.0/manifest.json | 8 ++++++++ 3 files changed, 12 insertions(+) create mode 100644 eightpoints/guzzle-bundle/7.0/config/packages/dev/eight_points_guzzle.yaml create mode 100644 eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml create mode 100644 eightpoints/guzzle-bundle/7.0/manifest.json diff --git a/eightpoints/guzzle-bundle/7.0/config/packages/dev/eight_points_guzzle.yaml b/eightpoints/guzzle-bundle/7.0/config/packages/dev/eight_points_guzzle.yaml new file mode 100644 index 00000000..d52927c0 --- /dev/null +++ b/eightpoints/guzzle-bundle/7.0/config/packages/dev/eight_points_guzzle.yaml @@ -0,0 +1,2 @@ +eight_points_guzzle: + logging: true diff --git a/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml b/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml new file mode 100644 index 00000000..5cfd90c1 --- /dev/null +++ b/eightpoints/guzzle-bundle/7.0/config/packages/eight_points_guzzle.yaml @@ -0,0 +1,2 @@ +eight_points_guzzle: + clients: ~ diff --git a/eightpoints/guzzle-bundle/7.0/manifest.json b/eightpoints/guzzle-bundle/7.0/manifest.json new file mode 100644 index 00000000..075b637f --- /dev/null +++ b/eightpoints/guzzle-bundle/7.0/manifest.json @@ -0,0 +1,8 @@ +{ + "bundles": { + "EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle": ["all"] + }, + "copy-from-recipe": { + "config/": "%CONFIG_DIR%/" + } +}