Skip to content

Commit

Permalink
Merge pull request #178 from sendinblue/feature_guzzle-update
Browse files Browse the repository at this point in the history
Support guzzlehttp version update
  • Loading branch information
rajatsib authored Nov 3, 2021
2 parents c169d8c + d675b17 commit 229bfcd
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 @@ -22,7 +22,7 @@
"ext-curl": "*",
"ext-json": "*",
"ext-mbstring": "*",
"guzzlehttp/guzzle": "<=7.3.0"
"guzzlehttp/guzzle": "^7.4.0"
},
"require-dev": {
"phpunit/phpunit": "^4.8",
Expand Down

0 comments on commit 229bfcd

Please sign in to comment.