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 10e0604 commit 4cf34e7Copy full SHA for 4cf34e7
src/HttpAdapterDiscovery.php
@@ -36,7 +36,7 @@ class HttpAdapterDiscovery extends ClassDiscovery
36
],
37
'guzzle5' => [
38
'class' => 'Http\Adapter\Guzzle5HttpAdapter',
39
- 'condition' => 'Http\Adapter\Guzzle6HttpAdapter'
+ 'condition' => 'Http\Adapter\Guzzle5HttpAdapter'
40
41
];
42
0 commit comments