Skip to content

Commit 11c17ea

Browse files
authored
Allow 2.0 of Guzzle PSR-7 (#54)
1 parent 14537e2 commit 11c17ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"php": "^7.1 || ^8.0",
1919
"phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.3.11",
2020
"php-http/message": "^1.0 || ^2.0",
21-
"guzzlehttp/psr7": "^1.7",
21+
"guzzlehttp/psr7": "^1.7 || ^2.0",
2222
"th3n3rd/cartesian-product": "^0.3"
2323
},
2424
"suggest": {

0 commit comments

Comments
 (0)