Skip to content

Commit 58ff84b

Browse files
authored
allow guzzlehttp/psr7 v2.0 dependency (#17)
* update guzzlehttp deps * allow both v1.6 and v2.0
1 parent 6cab9e0 commit 58ff84b

File tree

2 files changed

+179
-83
lines changed

2 files changed

+179
-83
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"require": {
2020
"php": "^7.4|^8.0",
2121
"ext-json": "*",
22-
"guzzlehttp/psr7": "^1.6",
22+
"guzzlehttp/psr7": "^1.6|^2.0",
2323
"guzzlehttp/guzzle": "^7.0",
2424
"brick/money": "^0.5.2"
2525
},

0 commit comments

Comments
 (0)