Skip to content

Commit b59b807

Browse files
Merge pull request #35 from ConnorHowell/patch-1
Support Laravel 11
2 parents f91c15b + fe2222c commit b59b807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
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"
26+
"illuminate/contracts": "^10.0 | ^11.0"
2727
},
2828
"autoload": {
2929
"psr-4": {

0 commit comments

Comments
 (0)