Skip to content

Commit 580c77b

Browse files
authored
Support Laravel 6
1 parent 2a379a9 commit 580c77b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

composer.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@
1111
"php": ">=7.1",
1212
"teamtnt/tntsearch": "2.*",
1313
"laravel/scout": "7.*",
14-
"illuminate/bus": "~5.4",
15-
"illuminate/contracts": "~5.4",
16-
"illuminate/database": "~5.4",
17-
"illuminate/pagination": "~5.4",
18-
"illuminate/queue": "~5.4",
19-
"illuminate/support": "~5.4"
14+
"illuminate/bus": "~5.4|^6.0",
15+
"illuminate/contracts": "~5.4|^6.0",
16+
"illuminate/database": "~5.4|^6.0",
17+
"illuminate/pagination": "~5.4|^6.0",
18+
"illuminate/queue": "~5.4|^6.0",
19+
"illuminate/support": "~5.4|^6.0"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "~0.9",
@@ -47,4 +47,4 @@
4747
},
4848
"minimum-stability": "dev",
4949
"prefer-stable": true
50-
}
50+
}

0 commit comments

Comments
 (0)