Skip to content

Commit 5ea7112

Browse files
authored
chore: add support for laravel 7 (#87)
1 parent 0eb014a commit 5ea7112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}],
1111
"require": {
1212
"php": "^7.2",
13-
"guzzlehttp/guzzle": "^6.3",
14-
"illuminate/support": "^6.0.0"
13+
"guzzlehttp/guzzle": "^6.5",
14+
"illuminate/support": "^6.0|^7.0"
1515
},
1616
"require-dev": {
1717
"friendsofphp/php-cs-fixer": "^2.16",

0 commit comments

Comments
 (0)