Skip to content

Commit

Permalink
Upgrade to Guzzle 7
Browse files Browse the repository at this point in the history
  • Loading branch information
rdarcy1 committed Jan 11, 2021
1 parent 872f8ef commit c3c549c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
}
},
"require": {
"ricardofiorani/guzzle-psr18-adapter": "^1.0",
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/support": "^5.4 | ^6.0 | ^7.0 | ^8.0",
"nesbot/carbon": "^1.22 | ^2.0",
"psr/http-client": "^1.0"
Expand Down
2 changes: 1 addition & 1 deletion src/JustGivingClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
use Konsulting\JustGivingApiSdk\Support\Auth\AuthValue;
use Konsulting\JustGivingApiSdk\Support\Response;
use Psr\Http\Client\ClientInterface;
use RicardoFiorani\GuzzlePsr18Adapter\Client;
use GuzzleHttp\Client;

/**
* Class JustGivingClient
Expand Down
2 changes: 1 addition & 1 deletion tests/ResourceClients/ResourceClientTestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use Konsulting\JustGivingApiSdk\Support\Response;
use Konsulting\JustGivingApiSdk\Tests\TestCase;
use Konsulting\JustGivingApiSdk\Tests\TestContext;
use RicardoFiorani\GuzzlePsr18Adapter\Client;
use GuzzleHttp\Client;

class ResourceClientTestCase extends TestCase
{
Expand Down

0 comments on commit c3c549c

Please sign in to comment.