Skip to content

Commit

Permalink
Stop supporting guzzle http client version <7.0 (security reasons)
Browse files Browse the repository at this point in the history
Anton Samofal committed Apr 12, 2022
1 parent 112c8e9 commit dae85de
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
@@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": ">=7.3",
"guzzlehttp/guzzle": "^6.5 || ^7.4"
"guzzlehttp/guzzle": "~7.0"
},
"license": "MIT",
"authors": [

0 comments on commit dae85de

Please sign in to comment.