Skip to content

Commit 7baf37e

Browse files
authored
change requirements to support Laravel 7
change requirements to support Laravel 7
1 parent 3e95445 commit 7baf37e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

Lines changed: 6 additions & 6 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|^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"
14+
"illuminate/bus": "~5.4|^6.0|^7.0",
15+
"illuminate/contracts": "~5.4|^6.0|^7.0",
16+
"illuminate/database": "~5.4|^6.0|^7.0",
17+
"illuminate/pagination": "~5.4|^6.0|^7.0",
18+
"illuminate/queue": "~5.4|^6.0|^7.0",
19+
"illuminate/support": "~5.4|^6.0|^7.0"
2020
},
2121
"require-dev": {
2222
"mockery/mockery": "~0.9",

0 commit comments

Comments
 (0)