Skip to content

Commit 4c2979e

Browse files
authored
Merge pull request #11 from SuryaWebfox/main
FIX support laravel 9
2 parents 70bcacc + 4592a72 commit 4c2979e

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
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": "^8.1",
2323
"spatie/laravel-package-tools": "^1.14.0",
24-
"illuminate/contracts": "^10.0"
24+
"illuminate/contracts": "^9.0|^10.0"
2525
},
2626
"require-dev": {
2727
"inertiajs/inertia-laravel": "^v0.6.9",

0 commit comments

Comments
 (0)