Skip to content

Commit a8a4c30

Browse files
authored
Merge pull request #287 from laravel-shift/l8-compatibility
Laravel 8.x Compatibility
2 parents 1549713 + cb89b01 commit a8a4c30

File tree

1 file changed

+21
-14
lines changed

1 file changed

+21
-14
lines changed

composer.json

Lines changed: 21 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,33 @@
11
{
22
"name": "teamtnt/laravel-scout-tntsearch-driver",
33
"description": "Driver for Laravel Scout search package based on https://github.com/teamtnt/tntsearch",
4-
"keywords": ["tntsearch", "search", "scout", "laravel"],
4+
"keywords": [
5+
"tntsearch",
6+
"search",
7+
"scout",
8+
"laravel"
9+
],
510
"license": "MIT",
6-
"authors": [{
7-
"name": "TNT Studio",
8-
"email": "info@tntstudio.hr"
9-
}],
11+
"authors": [
12+
{
13+
"name": "TNT Studio",
14+
"email": "info@tntstudio.hr"
15+
}
16+
],
1017
"require": {
1118
"php": ">=7.1",
1219
"teamtnt/tntsearch": "2.*",
13-
"laravel/scout": "7.*|^8.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"
20+
"laravel/scout": "7.*|^8.0|^8.3",
21+
"illuminate/bus": "~5.4|^6.0|^7.0|^8.0",
22+
"illuminate/contracts": "~5.4|^6.0|^7.0|^8.0",
23+
"illuminate/database": "~5.4|^6.0|^7.0|^8.0",
24+
"illuminate/pagination": "~5.4|^6.0|^7.0|^8.0",
25+
"illuminate/queue": "~5.4|^6.0|^7.0|^8.0",
26+
"illuminate/support": "~5.4|^6.0|^7.0|^8.0"
2027
},
2128
"require-dev": {
22-
"mockery/mockery": "~0.9",
23-
"phpunit/phpunit": "~5.0"
29+
"mockery/mockery": "~0.9|^1.3.1",
30+
"phpunit/phpunit": "~5.0|^9.3"
2431
},
2532
"autoload": {
2633
"psr-4": {

0 commit comments

Comments
 (0)