Skip to content

Commit ff545e4

Browse files
authored
Merge pull request #64 from guillaume-ro-fr/master
Allow Guzzle 7
2 parents 8eea583 + 6dbd283 commit ff545e4

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
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"php": ">=7.0",
13-
"guzzlehttp/guzzle": "^6.0",
13+
"guzzlehttp/guzzle": "^6.0 || ^7.0",
1414
"codeception/codeception": "^2.2 || ^3.0 || ^4.0",
1515
"zbateson/mail-mime-parser": "^1.2"
1616
},

0 commit comments

Comments
 (0)