Skip to content

Commit 16c0e15

Browse files
authored
Support laravel 11
1 parent 78e851f commit 16c0e15

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"
26+
"illuminate/contracts": "^10.0|^11.0"
2727
},
2828
"require-dev": {
2929
"laravel/pint": "^1.0",
@@ -74,4 +74,4 @@
7474
},
7575
"minimum-stability": "dev",
7676
"prefer-stable": true
77-
}
77+
}

0 commit comments

Comments
 (0)