Skip to content

Commit 1ce3fe7

Browse files
authored
Merge pull request #350 from laravel-shift/l10-compatibility
Laravel 10.x Compatibility
2 parents 3684244 + f52a067 commit 1ce3fe7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@
1818
"php": ">=7.1|^8",
1919
"teamtnt/tntsearch": "2.7.0|^2.8|^3.0",
2020
"laravel/scout": "7.*|^8.0|^8.3|^9.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"
21+
"illuminate/bus": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0",
22+
"illuminate/contracts": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0",
23+
"illuminate/pagination": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0",
24+
"illuminate/queue": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0",
25+
"illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0"
2626
},
2727
"require-dev": {
2828
"mockery/mockery": "^1.0",

0 commit comments

Comments
 (0)