Skip to content

Commit 91e3de9

Browse files
committed
Add support for Laravel 12
1 parent 1eafd70 commit 91e3de9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
],
1818
"require": {
1919
"php": "^8.1",
20-
"spatie/laravel-package-tools": "^1.14.0",
21-
"illuminate/contracts": "^9.1|^10.0|^11.0",
22-
"filament/filament": "^3.0|^3.1|^3.2",
23-
"nwidart/laravel-modules": "^10.0|^11.0"
20+
"spatie/laravel-package-tools": "^1.15.0",
21+
"illuminate/contracts": "^9.1|^10.0|^11.0|^12.0",
22+
"filament/filament": "^3.0",
23+
"nwidart/laravel-modules": "^10.0|^11.0|^12.0"
2424
},
2525
"require-dev": {
2626
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)