Add recipe for eightpoints/guzzle-bundle

This commit is contained in:
Vlad
2017-11-16 19:27:31 +02:00
parent d34168fa9c
commit 9e7a6c24e6
3 changed files with 12 additions and 0 deletions
@@ -0,0 +1,2 @@
eight_points_guzzle:
logging: true
@@ -0,0 +1,2 @@
eight_points_guzzle:
clients: ~
@@ -0,0 +1,8 @@
{
"bundles": {
"EightPoints\\Bundle\\GuzzleBundle\\EightPointsGuzzleBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
}
}