Skip to content

Commit

Permalink
Update Guzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamVyborny committed Oct 6, 2023
1 parent 2e88e89 commit 19887d1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
],
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^6.0",
"guzzlehttp/guzzle": "^7.0",
"monolog/monolog": "^2.1"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion tests/RestApiTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public function testRetries(): void
'request' => [
'uri' => 'https://www.googleapis.com/auth/invalid-scope',
'headers' => [
'User-Agent' => ['GuzzleHttp/6.5.5 curl/7.88.1 PHP/8.1.24'],
'User-Agent' => ['GuzzleHttp/7'],
'Host' => ['www.googleapis.com'],
'Accept' => ['application/json'],
'Authorization' => '*****',
Expand Down

0 comments on commit 19887d1

Please sign in to comment.