Skip to content

Commit

Permalink
Merge pull request #847 from gmponos/patch-1
Browse files Browse the repository at this point in the history
Allow guzzle 7
  • Loading branch information
shadowhand authored Jul 18, 2020
2 parents 0facae9 + 06c70e6 commit f8e8c04
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 @@ -7,7 +7,7 @@
},
"require": {
"php": "^5.6|^7.0",
"guzzlehttp/guzzle": "^6.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"paragonie/random_compat": "^1|^2|^9.99"
},
"require-dev": {
Expand Down

0 comments on commit f8e8c04

Please sign in to comment.