Skip to content

Commit bce9a7e

Browse files
authored
Merge pull request #87 from gabrielspiteri-highlight/support-guzzle-psr7-v2
Add support for guzzle/psr7 2.1.0
2 parents 9423bc5 + ef43e9e commit bce9a7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"php-http/multipart-stream-builder": "^1.0",
2121
"php-http/client-common": "^2.0",
2222
"php-http/message": "^1.7",
23-
"guzzlehttp/psr7": "^1.0"
23+
"guzzlehttp/psr7": "^1.0 || ^2.0"
2424
},
2525
"require-dev": {
2626
"php-http/mock-client": "^1.0",

0 commit comments

Comments
 (0)