Skip to content

Commit 50a2349

Browse files
authored
Merge pull request #80 from halloei/master
Add Guzzle 7 support
2 parents 9e4bb2f + 6b22e63 commit 50a2349

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
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": ">=7.1",
2323
"ext-json": "*",
24-
"guzzlehttp/guzzle": "^6.2",
24+
"guzzlehttp/guzzle": "^6.2 || ^7.0",
2525
"illuminate/notifications": "^5.5 || ^6.0 || ^7.0",
2626
"illuminate/support": "^5.5 || ^6.0 || ^7.0"
2727
},

0 commit comments

Comments
 (0)