Skip to content

Commit 032c785

Browse files
Add support for Laravel 12.x
1 parent bb169bb commit 032c785

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: composer.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
"require": {
2323
"php": "^8.3",
2424
"filament/filament": "^3.0",
25-
"illuminate/contracts": "^10.0|^11.0",
25+
"illuminate/contracts": "^10.0|^11.0|^12.0",
2626
"spatie/laravel-package-tools": "^1.15.0",
2727
"tempest/highlight": "^1.0"
2828
},
2929
"require-dev": {
3030
"laravel/pint": "^1.0",
3131
"nunomaduro/collision": "^7.9|^8.1",
32-
"orchestra/testbench": "^8.0",
33-
"pestphp/pest": "^2.0",
34-
"pestphp/pest-plugin-arch": "^2.0",
35-
"pestphp/pest-plugin-laravel": "^2.0"
32+
"orchestra/testbench": "^8.0|^9.0|^10.0",
33+
"pestphp/pest": "^2.0|^3.7",
34+
"pestphp/pest-plugin-arch": "^2.0|^3.0",
35+
"pestphp/pest-plugin-laravel": "^2.0|^3.1"
3636
},
3737
"autoload": {
3838
"psr-4": {

0 commit comments

Comments
 (0)