We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9f80c commit 50831e5Copy full SHA for 50831e5
composer.json
@@ -17,7 +17,7 @@
17
"require": {
18
"php": ">=5.5.0",
19
"php-http/httplug": "1.0.0-beta",
20
- "php-http/client-tools": "^0.1",
+ "php-http/client-common": "^0.1",
21
"guzzlehttp/guzzle": "^6.0"
22
},
23
"require-dev": {
src/Guzzle6HttpAdapter.php
@@ -8,7 +8,7 @@
8
use GuzzleHttp\Middleware;
9
use Http\Client\HttpAsyncClient;
10
use Http\Client\HttpClient;
11
-use Http\Client\Tools\HttpClientEmulator;
+use Http\Client\Common\HttpClientEmulator;
12
use Psr\Http\Message\RequestInterface;
13
14
/**
0 commit comments