Skip to content

Commit

Permalink
allow guzzlehttp/psr7 v2.0 dependency (#17)
Browse files Browse the repository at this point in the history
* update guzzlehttp deps

* allow both v1.6 and v2.0
  • Loading branch information
mhdcodes authored Oct 7, 2021
1 parent 6cab9e0 commit 58ff84b
Show file tree
Hide file tree
Showing 2 changed files with 179 additions and 83 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^7.4|^8.0",
"ext-json": "*",
"guzzlehttp/psr7": "^1.6",
"guzzlehttp/psr7": "^1.6|^2.0",
"guzzlehttp/guzzle": "^7.0",
"brick/money": "^0.5.2"
},
Expand Down
Loading

0 comments on commit 58ff84b

Please sign in to comment.