From e6410a75c7ef199093f92831a3a610a451d95589 Mon Sep 17 00:00:00 2001 From: Hannes Giesenow Date: Tue, 7 Jun 2016 11:41:46 +0200 Subject: [PATCH] Added guzzle 6 support --- Resources/config/services.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Resources/config/services.xml b/Resources/config/services.xml index e5458fd..632b4c1 100644 --- a/Resources/config/services.xml +++ b/Resources/config/services.xml @@ -10,6 +10,7 @@ Widop\HttpAdapter\StreamHttpAdapter Widop\HttpAdapter\BuzzHttpAdapter Widop\HttpAdapter\GuzzleHttpAdapter + Widop\HttpAdapter\Guzzle6HttpAdapter Widop\HttpAdapter\ZendHttpAdapter @@ -18,6 +19,7 @@ +