Skip to content

Commit

Permalink
Require guzzlehttp/psr7 >= 1.7.0 for Util class
Browse files Browse the repository at this point in the history
The PodioClient class depends on the `\GuzzleHttp\Psr7\Utils` class,
however this was not included in the existing requirements, since the
`guzzlehttp/guzzle` requirement of `>=6.2.0` only requires
`guzzlehttp/psr7:~1.1`, so this will cause a "Class not found" error
when attempting to load the Util class.
  • Loading branch information
toby-griffiths committed Nov 1, 2023
1 parent bd35a1b commit e305131
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"require": {
"php": "^7.3 || ^8.0",
"guzzlehttp/guzzle": ">=6.2.0",
"guzzlehttp/psr7": ">=1.7.0",
"ext-json": "*"
},
"suggest": {
Expand Down

0 comments on commit e305131

Please sign in to comment.