Skip to content

Commit 8fe8c8a

Browse files
authored
feat: update guzzlehttp/psr7 requirement to || ^2.0 (#350)
1 parent 11b9e30 commit 8fe8c8a

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
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"guzzlehttp/psr7": "^1.5 || ^2.0 || ^2.1",
23+
"guzzlehttp/psr7": "^1.5 || ^2.0",
2424
"laravel/framework": "^5.8 || ^6.0 || ^7.0 || ^8.0",
2525
"php-http/discovery": "^1.6",
2626
"php-http/httplug": "^1.0 || ^2.0",

0 commit comments

Comments
 (0)