Skip to content

Commit

Permalink
fix: loosen unnecessary version constraint on Guzzle
Browse files Browse the repository at this point in the history
  • Loading branch information
hussainweb committed Oct 23, 2023
1 parent ea3c489 commit e712959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"require": {
"php": ">=8.0",
"ext-json": "*",
"guzzlehttp/psr7": "^1.6 || ^2.6",
"guzzlehttp/psr7": "^1.6 || ^2.4",
"php-http/client-implementation": "^1.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0 || ^2.0"
Expand Down

0 comments on commit e712959

Please sign in to comment.