Skip to content

Commit

Permalink
Merge pull request #19 from rjocoleman/main
Browse files Browse the repository at this point in the history
Laravel v10.x support
  • Loading branch information
wychoong authored Feb 20, 2023
2 parents 44ee150 + 11b69e5 commit 40d36d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
}
],
"require": {
"php": "^8.0",
"php": "^8.0|^8.1|^8.2",
"filament/filament": "^2.12.18",
"illuminate/contracts": "^9.0",
"illuminate/contracts": "^9.0|^10.0",
"laravel/fortify": "^1.11",
"spatie/laravel-package-tools": "^1.9.2"
},
Expand Down

0 comments on commit 40d36d0

Please sign in to comment.