Skip to content

Commit 9708a51

Browse files
authored
Merge pull request #26 from lucasgiovanny/patch-1
Support Laravel 10
2 parents 265f8b1 + f66e23b commit 9708a51

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
@@ -19,7 +19,7 @@
1919
"php": "^8.0",
2020
"filament/filament": "^2.0",
2121
"spatie/laravel-package-tools": "^1.13.5",
22-
"illuminate/contracts": "^9.0"
22+
"illuminate/contracts": "^9.0|^10.0"
2323
},
2424
"require-dev": {
2525
"laravel/pint": "^1.0",

0 commit comments

Comments
 (0)