Skip to content

Commit

Permalink
Merge pull request #224 from Sammyjo20/fix/support-guzzle-promises-v2
Browse files Browse the repository at this point in the history
Fix | Added support for Guzzle promises v2
  • Loading branch information
Sammyjo20 committed May 25, 2023
2 parents f052978 + 2f4e496 commit da5eabb
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 @@ -21,7 +21,7 @@
"require": {
"php": "^8.1",
"guzzlehttp/guzzle": "^7.5",
"guzzlehttp/promises": "^1.5",
"guzzlehttp/promises": "^1.5 || ^2.0",
"psr/http-message": "^1.1 || ^2.0"
},
"require-dev": {
Expand Down

0 comments on commit da5eabb

Please sign in to comment.