Skip to content

Commit 92345b6

Browse files
authored
refactor(2.0): Guzzle 7 Support (#70)
Moved to Guzzle 7 and updated composer.lock
1 parent fa041f6 commit 92345b6

File tree

2 files changed

+65
-39
lines changed

2 files changed

+65
-39
lines changed

composer.lock

Lines changed: 64 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/SoapClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
use CodeDredd\Soap\Exceptions\SoapException;
1010
use CodeDredd\Soap\Middleware\WsseMiddleware;
1111
use GuzzleHttp\HandlerStack;
12-
use Http\Adapter\Guzzle6\Client;
12+
use Http\Adapter\Guzzle7\Client;
1313
use Http\Client\Exception\HttpException;
1414
use Illuminate\Contracts\Validation\Validator;
1515
use Illuminate\Support\Str;

0 commit comments

Comments
 (0)