Skip to content

Commit d08aabe

Browse files
committed
support laravel 6
1 parent 9304cfd commit d08aabe

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
@@ -9,8 +9,8 @@
99
}],
1010
"require": {
1111
"php": "^7.1.3",
12-
"illuminate/support": "5.8.*",
13-
"illuminate/console": "5.8.*",
12+
"illuminate/support": "5.8.*|^6.0",
13+
"illuminate/console": "5.8.*|^6.0",
1414
"arvenil/ninja-mutex": "^0.6"
1515
},
1616
"require-dev": {

0 commit comments

Comments
 (0)