Skip to content

Commit

Permalink
PHP 8.1: guzzlehttp/psr7 v2.0 required
Browse files Browse the repository at this point in the history
 - fopen(): Passing null to parameter #3 ($use_include_path) of type bool is deprecated
 - fixed in guzzle/psr7@f52e089
  • Loading branch information
vitkutny authored and soukicz committed Dec 30, 2021
1 parent e7c61c7 commit 3d6286f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"php": ">=5.6.0",
"ext-curl": "*",
"ext-json": "*",
"guzzlehttp/psr7": "~1.3",
"guzzlehttp/psr7": "^1.3|^2.0",
"psr/http-message": "~1.0"
},
"require-dev": {
Expand Down

0 comments on commit 3d6286f

Please sign in to comment.