Skip to content

Commit 947de9e

Browse files
Merge pull request #64 from CodeWithDennis/main
Update Illuminate contracts version to support 12.0
2 parents 5e69a95 + 5ddd067 commit 947de9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"php": "^8.1",
2424
"filament/filament": "^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
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)