Skip to content

Commit

Permalink
Merge pull request #37 from appiQue/support-guzzle-7
Browse files Browse the repository at this point in the history
support Guzzle 7
  • Loading branch information
casperbakker authored Oct 8, 2020
2 parents d261c51 + fd1d3e4 commit 94a34c3
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 @@ -20,7 +20,7 @@
],
"require": {
"php": ">=7.2.0",
"guzzlehttp/guzzle": "~6.0",
"guzzlehttp/guzzle": "~6.0|~7.0",
"ext-json": "*"
},
"autoload": {
Expand Down

0 comments on commit 94a34c3

Please sign in to comment.