Skip to content

Commit

Permalink
Relax Guzzle version constraints
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Sep 4, 2024
1 parent f403fa2 commit c00c3fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"amphp/http-client": "^5",
"amphp/http-client-psr7": "^1",
"amphp/socket": "^2.3",
"guzzlehttp/guzzle": "^7.9",
"guzzlehttp/promises": "^2",
"guzzlehttp/psr7": "^2.7",
"guzzlehttp/guzzle": "^7",
"guzzlehttp/promises": "^1 || ^2",
"guzzlehttp/psr7": "^2",
"psr/http-message": "^1.1 || ^2",
"psr/http-factory-implementation": "^1",
"revolt/event-loop": "^1"
Expand Down

0 comments on commit c00c3fb

Please sign in to comment.