Skip to content

Commit a31e4bb

Browse files
Support Laravel 11
1 parent 43b9f82 commit a31e4bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@
2323
"php": "^8.1",
2424
"filament/filament": "^3.0",
2525
"spatie/laravel-package-tools": "^1.15.0",
26-
"illuminate/contracts": "^10.0"
26+
"illuminate/contracts": "^10.0|^11.0"
2727
},
2828
"require-dev": {
2929
"laravel/pint": "^1.0",
30-
"nunomaduro/collision": "^7.9",
30+
"nunomaduro/collision": "^7.9|^8.1",
3131
"nunomaduro/larastan": "^2.0.1",
32-
"orchestra/testbench": "^8.0",
32+
"orchestra/testbench": "^8.0|^9.0",
3333
"pestphp/pest": "^2.0",
3434
"pestphp/pest-plugin-arch": "^2.0",
3535
"pestphp/pest-plugin-laravel": "^2.0",

0 commit comments

Comments
 (0)