Skip to content

Commit

Permalink
Merge pull request #14 from enricodias/upkeep/allow-guzzle-v7
Browse files Browse the repository at this point in the history
adds support for guzzle v7.4
  • Loading branch information
enricodias authored Jun 1, 2022
2 parents baa5a06 + 76bb0df commit d8416cc
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 @@ -15,7 +15,7 @@
},
"require": {
"php": ">=5.6",
"guzzlehttp/guzzle": "^6.4"
"guzzlehttp/guzzle": "^6.4 || ^7.4"
},
"suggest": {
"giggsey/libphonenumber-for-php": "Allows phone number verification"
Expand Down

0 comments on commit d8416cc

Please sign in to comment.