Skip to content

Commit 9b217c5

Browse files
authored
Merge pull request #157 from sendinblue/update-guzzle
Restrict guzzle to v7.0 due to breaking changes in v7.2
2 parents 0b86513 + 929cb3b commit 9b217c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"ext-curl": "*",
2323
"ext-json": "*",
2424
"ext-mbstring": "*",
25-
"guzzlehttp/guzzle": "^6.2 || ^7.0"
25+
"guzzlehttp/guzzle": "^6.2 || ~7.0"
2626
},
2727
"require-dev": {
2828
"phpunit/phpunit": "^4.8",

0 commit comments

Comments
 (0)