Skip to content

Commit b98729b

Browse files
authored
Merge pull request #334 from laravel-shift/l9-compatibility
Laravel 9.x Compatibility
2 parents 8ccf13c + b5299f1 commit b98729b

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

composer.json

+12-10
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,21 @@
88
"laravel"
99
],
1010
"license": "MIT",
11-
"authors": [{
12-
"name": "TNT Studio",
13-
"email": "info@tntstudio.hr"
14-
}],
11+
"authors": [
12+
{
13+
"name": "TNT Studio",
14+
"email": "info@tntstudio.hr"
15+
}
16+
],
1517
"require": {
1618
"php": ">=7.1|^8",
17-
"teamtnt/tntsearch": "2.7.0",
19+
"teamtnt/tntsearch": "2.7.0|^2.8",
1820
"laravel/scout": "7.*|^8.0|^8.3|^9.0",
19-
"illuminate/bus": "~5.4|^6.0|^7.0|^8.0",
20-
"illuminate/contracts": "~5.4|^6.0|^7.0|^8.0",
21-
"illuminate/pagination": "~5.4|^6.0|^7.0|^8.0",
22-
"illuminate/queue": "~5.4|^6.0|^7.0|^8.0",
23-
"illuminate/support": "~5.4|^6.0|^7.0|^8.0"
21+
"illuminate/bus": "~5.4|^6.0|^7.0|^8.0|^9.0",
22+
"illuminate/contracts": "~5.4|^6.0|^7.0|^8.0|^9.0",
23+
"illuminate/pagination": "~5.4|^6.0|^7.0|^8.0|^9.0",
24+
"illuminate/queue": "~5.4|^6.0|^7.0|^8.0|^9.0",
25+
"illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0"
2426
},
2527
"require-dev": {
2628
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)