Skip to content

Commit

Permalink
Add support for Guzzle v6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Mopolo committed Nov 19, 2020
1 parent 4d5b53f commit e8660d3
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 @@ -22,7 +22,7 @@
"require": {
"php": "^7.4",
"ext-json": "*",
"guzzlehttp/guzzle": "^7.0",
"guzzlehttp/guzzle": "^6.3 | ^7.0",
"guzzlehttp/promises": "^1.4",
"psr/event-dispatcher": "^1.0",
"psr/http-message": "^1.0",
Expand Down

0 comments on commit e8660d3

Please sign in to comment.