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%/" + } +}