Skip to content

Commit

Permalink
Update dependencies (#30)
Browse files Browse the repository at this point in the history
* Update dependencies
This commit updates dependencies.

* Update return types
The getSize function in the Stream class now contains return types to comply with the psr/http-message interface (^2.0).
  • Loading branch information
Jeroenwv authored May 1, 2024
1 parent ea3de26 commit aaf3245
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 144 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"php": "~8.0.0||~8.1.0||~8.2.0||~8.3.0",
"ext-json": "*",
"ext-curl": "*",
"psr/http-message": "^1.0"
"psr/http-message": "^2.0"
},
"require-dev": {
"guzzlehttp/guzzle": "^7.0",
Expand Down
Loading

0 comments on commit aaf3245

Please sign in to comment.