From 1c7263fe9b536534e0a1e880f5c938a9fd2e4726 Mon Sep 17 00:00:00 2001 From: barelon Date: Thu, 25 Oct 2012 14:52:47 +0300 Subject: [PATCH 1/4] Update Resources/config/services.xml --- Resources/config/services.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/services.xml b/Resources/config/services.xml index c7b931d..85ba888 100644 --- a/Resources/config/services.xml +++ b/Resources/config/services.xml @@ -11,8 +11,8 @@ Guzzle\Service\Plugin\PluginCollectionPlugin Ddeboer\GuzzleBundle\Guzzle\Http\Plugin\DataCollectorPlugin Guzzle\Http\Plugin\LogPlugin - Guzzle\Common\Log\MonologLogAdapter - Guzzle\Common\Log\ArrayLogAdapter + Guzzle\Log\MonologLogAdapter + Guzzle\Log\ArrayLogAdapter Ddeboer\GuzzleBundle\DataCollector\HttpDataCollector From 1265ddc164ae29a1948fb458f5134f02995f3ea0 Mon Sep 17 00:00:00 2001 From: barelon Date: Thu, 25 Oct 2012 14:53:49 +0300 Subject: [PATCH 2/4] Update DataCollector/HttpDataCollector.php --- DataCollector/HttpDataCollector.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DataCollector/HttpDataCollector.php b/DataCollector/HttpDataCollector.php index 76c5ca4..a76a29f 100644 --- a/DataCollector/HttpDataCollector.php +++ b/DataCollector/HttpDataCollector.php @@ -15,7 +15,7 @@ use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; -use Guzzle\Common\Log\LogAdapterInterface; +use Guzzle\Log\LogAdapterInterface; /** * MessageDataCollector. From becbc7687be7498e4a42ede6a346716a18c8877f Mon Sep 17 00:00:00 2001 From: barelon Date: Thu, 25 Oct 2012 16:52:31 +0300 Subject: [PATCH 3/4] Update Resources/config/services.xml --- Resources/config/services.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Resources/config/services.xml b/Resources/config/services.xml index 85ba888..55c285d 100644 --- a/Resources/config/services.xml +++ b/Resources/config/services.xml @@ -16,8 +16,8 @@ Ddeboer\GuzzleBundle\DataCollector\HttpDataCollector - Guzzle\Common\Cache\DoctrineCacheAdapter - Guzzle\Common\Cache\Zf1CacheAdapter + Guzzle\Cache\DoctrineCacheAdapter + Guzzle\Cache\Zf1CacheAdapter Doctrine\Common\Cache\ApcCache Doctrine\Common\Cache\ArrayCache From 771600074119d20ac6b36648e8211975bdae09aa Mon Sep 17 00:00:00 2001 From: barelon Date: Thu, 25 Oct 2012 17:34:28 +0300 Subject: [PATCH 4/4] Update Resources/config/services.xml --- Resources/config/services.xml | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/Resources/config/services.xml b/Resources/config/services.xml index 55c285d..7065b98 100644 --- a/Resources/config/services.xml +++ b/Resources/config/services.xml @@ -8,9 +8,8 @@ Guzzle\Service\Builder\ServiceBuilder Guzzle\Service\Builder\ServiceBuilder - Guzzle\Service\Plugin\PluginCollectionPlugin Ddeboer\GuzzleBundle\Guzzle\Http\Plugin\DataCollectorPlugin - Guzzle\Http\Plugin\LogPlugin + Guzzle\Plugin\Log\LogPlugin Guzzle\Log\MonologLogAdapter Guzzle\Log\ArrayLogAdapter Ddeboer\GuzzleBundle\DataCollector\HttpDataCollector @@ -27,15 +26,11 @@ %guzzle.service_builder.configuration_file% - - - - - - + + - + @@ -59,4 +54,4 @@ - + \ No newline at end of file