Skip to content

Commit 41069f7

Browse files
committed
Adds Laravel 11 support
1 parent 0824915 commit 41069f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222
"require": {
2323
"php": "^8.1",
2424
"filament/filament": "^3.0",
25-
"illuminate/contracts": "^10.0",
25+
"illuminate/contracts": "^10.0|^11.0",
2626
"spatie/laravel-package-tools": "^1.15.0",
2727
"tempest/highlight": "dev-main"
2828
},
2929
"require-dev": {
3030
"laravel/pint": "^1.0",
31-
"nunomaduro/collision": "^7.9",
31+
"nunomaduro/collision": "^7.9|^8.1",
3232
"orchestra/testbench": "^8.0",
3333
"pestphp/pest": "^2.0",
3434
"pestphp/pest-plugin-arch": "^2.0",

0 commit comments

Comments
 (0)