Skip to content

Commit 4056ec7

Browse files
committed
Add guzzle 7.x support.
1 parent d39c09a commit 4056ec7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"require": {
3232
"php": "^7.0|^8.0",
3333
"ext-json": "*",
34-
"guzzlehttp/guzzle": "^6.0",
34+
"guzzlehttp/guzzle": "^6.0|^7.0",
3535
"illuminate/notifications": "^5.5|^6.0|^7.0|^8.0",
3636
"illuminate/support": "^5.5|^6.0|^7.0|^8.0"
3737
},

0 commit comments

Comments
 (0)