Skip to content

Commit aa868ba

Browse files
authored
Merge pull request #25 from cklei-carly/patch-2
Support laravel 12
2 parents e5f063f + 84c7fa4 commit aa868ba

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
@@ -25,7 +25,7 @@
2525
"filament/tables": "^3.0",
2626
"filament/infolists": "^3.0",
2727
"spatie/laravel-package-tools": "^1.15.0",
28-
"illuminate/contracts": "^10.0|^11.0"
28+
"illuminate/contracts": ">=10.0"
2929
},
3030
"require-dev": {
3131
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)