Skip to content

Commit d7d683c

Browse files
iansltxbaseciq
authored andcommitted
Allow use of v2 of Guzzle PSR-7 lib
For what's being used in this library, nothing changes between v1 and v2 of guzzlehttp/psr7 so we don't need to prevent this library from being used with the latter.
1 parent 0306c65 commit d7d683c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"paquettg/string-encode": "~1.0.0",
2525
"php-http/httplug": "^2.1",
2626
"guzzlehttp/guzzle": "^7.0",
27-
"guzzlehttp/psr7": "^1.6",
27+
"guzzlehttp/psr7": "^1.6 || ^2",
2828
"myclabs/php-enum": "^1.7"
2929
},
3030
"require-dev": {

0 commit comments

Comments
 (0)