Skip to content

Commit c7f5e43

Browse files
authored
Update composer.json for Laravel 12
1 parent adedae6 commit c7f5e43

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
@@ -23,7 +23,7 @@
2323
"php": "^8.1",
2424
"filament/forms": "^3.0",
2525
"spatie/laravel-package-tools": "^1.15.0",
26-
"illuminate/contracts": "^10.0|^11.0"
26+
"illuminate/contracts": "^10.0|^11.0|^12.0"
2727
},
2828
"require-dev": {
2929
"laravel/pint": "^1.0",
@@ -64,4 +64,4 @@
6464
},
6565
"minimum-stability": "dev",
6666
"prefer-stable": true
67-
}
67+
}

0 commit comments

Comments
 (0)