Skip to content

Commit e712959

Browse files
committed
fix: loosen unnecessary version constraint on Guzzle
1 parent ea3c489 commit e712959

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
@@ -15,7 +15,7 @@
1515
"require": {
1616
"php": ">=8.0",
1717
"ext-json": "*",
18-
"guzzlehttp/psr7": "^1.6 || ^2.6",
18+
"guzzlehttp/psr7": "^1.6 || ^2.4",
1919
"php-http/client-implementation": "^1.0",
2020
"psr/http-client": "^1.0",
2121
"psr/http-message": "^1.0 || ^2.0"

0 commit comments

Comments
 (0)