Skip to content

Commit

Permalink
Merge pull request #11 from SuryaWebfox/main
Browse files Browse the repository at this point in the history
FIX support laravel 9
  • Loading branch information
SuryaWebfox authored Jun 22, 2023
2 parents 70bcacc + 4592a72 commit 4c2979e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"require": {
"php": "^8.1",
"spatie/laravel-package-tools": "^1.14.0",
"illuminate/contracts": "^10.0"
"illuminate/contracts": "^9.0|^10.0"
},
"require-dev": {
"inertiajs/inertia-laravel": "^v0.6.9",
Expand Down

0 comments on commit 4c2979e

Please sign in to comment.