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.
diff --git a/Resources/config/services.xml b/Resources/config/services.xml
index c7b931d..7065b98 100644
--- a/Resources/config/services.xml
+++ b/Resources/config/services.xml
@@ -8,16 +8,15 @@
Guzzle\Service\Builder\ServiceBuilder
Guzzle\Service\Builder\ServiceBuilder
- Guzzle\Service\Plugin\PluginCollectionPlugin
Ddeboer\GuzzleBundle\Guzzle\Http\Plugin\DataCollectorPlugin
- Guzzle\Http\Plugin\LogPlugin
- Guzzle\Common\Log\MonologLogAdapter
- Guzzle\Common\Log\ArrayLogAdapter
+ Guzzle\Plugin\Log\LogPlugin
+ Guzzle\Log\MonologLogAdapter
+ Guzzle\Log\ArrayLogAdapter
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
@@ -27,15 +26,11 @@
%guzzle.service_builder.configuration_file%
-
-
-
-
-
-
+
+
-
+
@@ -59,4 +54,4 @@
-
+
\ No newline at end of file