Skip to content

Commit 5f01767

Browse files
authored
Merge pull request #317 from norkunas/guzzle
Allow guzzle/psr7 v2
2 parents 8607e36 + 31df0ce commit 5f01767

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
@@ -48,7 +48,7 @@
4848
"require-dev": {
4949
"friendsofphp/php-cs-fixer": "^2.16",
5050
"guzzlehttp/guzzle": "^7.0",
51-
"guzzlehttp/psr7": "^1.6",
51+
"guzzlehttp/psr7": "^1.6|^2.0",
5252
"phpstan/phpstan": "^0.12",
5353
"phpstan/phpstan-phpunit": "^0.12",
5454
"phpstan/phpstan-strict-rules": "^0.12",

0 commit comments

Comments
 (0)