Skip to content

Commit d75e5cf

Browse files
authored
changed support for both Guzzle 6 and 7
1 parent 7a3b325 commit d75e5cf

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
@@ -20,7 +20,7 @@
2020
"require": {
2121
"illuminate/support": "5.5.x|5.6.x|5.7.x|5.8.x|6.x|7.x|8.x",
2222
"league/oauth2-client": "^1.4|^2",
23-
"guzzlehttp/guzzle": "^7"
23+
"guzzlehttp/guzzle": "6.x|7.x"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)