Skip to content

Commit

Permalink
Updated Dependencies to support Laravel 10
Browse files Browse the repository at this point in the history
Generalized laravel dependency to >=8.0
  • Loading branch information
coolsam726 authored Apr 8, 2023
1 parent 41e098d commit a02146c
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|^8.1",
"php": "^8.0",
"filament/filament": "^2.15",
"illuminate/contracts": "^8.0|^9.0",
"illuminate/contracts": ">=8.0",
"spatie/laravel-package-tools": "^1.9.2"
},
"require-dev": {
Expand Down

0 comments on commit a02146c

Please sign in to comment.