Skip to content

Commit 56af782

Browse files
authored
Merge pull request #364 from laravel-shift/l11-compatibility
Laravel 11.x Compatibility
2 parents 3bdaf39 + 0e865af commit 56af782

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
@@ -18,15 +18,15 @@
1818
"php": ">=7.1|^8",
1919
"teamtnt/tntsearch": "2.7.0|^2.8|^3.0|^4.0",
2020
"laravel/scout": "7.*|^8.0|^8.3|^9.0|^10",
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"
21+
"illuminate/bus": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
22+
"illuminate/contracts": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
23+
"illuminate/pagination": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
24+
"illuminate/queue": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0",
25+
"illuminate/support": "~5.4|^6.0|^7.0|^8.0|^9.0|^10.0|^11.0"
2626
},
2727
"require-dev": {
2828
"mockery/mockery": "^1.0",
29-
"phpunit/phpunit": "^7.0|^8.0|^9.0"
29+
"phpunit/phpunit": "^7.0|^8.0|^9.0|^10.5"
3030
},
3131
"autoload": {
3232
"psr-4": {

0 commit comments

Comments
 (0)