Skip to content

Commit 1cac998

Browse files
committed
Merge pull request #9 from ddeboer/fix-condition
Fix condition
2 parents 10e0604 + 4cf34e7 commit 1cac998

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/HttpAdapterDiscovery.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class HttpAdapterDiscovery extends ClassDiscovery
3636
],
3737
'guzzle5' => [
3838
'class' => 'Http\Adapter\Guzzle5HttpAdapter',
39-
'condition' => 'Http\Adapter\Guzzle6HttpAdapter'
39+
'condition' => 'Http\Adapter\Guzzle5HttpAdapter'
4040
],
4141
];
4242

0 commit comments

Comments
 (0)