Skip to content

Commit

Permalink
Merge pull request #5 from webcraft/master
Browse files Browse the repository at this point in the history
Support Guzzle 7
  • Loading branch information
freekmurze authored Feb 11, 2022
2 parents 0900ea9 + 2056c19 commit 98bb0d2
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 @@ -17,7 +17,7 @@
],
"require": {
"php": "^7.1",
"guzzlehttp/guzzle": "^6.3.3",
"guzzlehttp/guzzle": "^6.3.3|^7.0",
"guzzlehttp/promises": "^1.3",
"guzzlehttp/psr7": "^1.5"
},
Expand Down

0 comments on commit 98bb0d2

Please sign in to comment.