Skip to content

Commit

Permalink
Don't use deprecated syntax in guzzle dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mstilkerich committed Mar 29, 2021
1 parent bb2cdc7 commit 78a1128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Expand Up @@ -21,7 +21,7 @@
},
"require": {
"php": ">=7.1.0",
"guzzlehttp/guzzle": "~6.0 | ~7.0",
"guzzlehttp/guzzle": "^6.0.0 || ^7.0.0",
"psr/http-client": "^1.0",
"psr/http-message": "^1.0",
"psr/log": "^1.1",
Expand Down

0 comments on commit 78a1128

Please sign in to comment.