Skip to content

Commit

Permalink
Merge pull request #40 from atmonshi/laravel-11
Browse files Browse the repository at this point in the history
add Laravel 11 support
  • Loading branch information
RickDBCN authored Feb 28, 2024
2 parents 42b6946 + 237d297 commit c9dd4be
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 @@ -18,8 +18,8 @@
"require": {
"php": "^8.1",
"filament/filament": "^3.0",
"illuminate/contracts": "^10.0",
"laravel/framework": "^10.17",
"illuminate/contracts": "^10.0|^11.0",
"laravel/framework": "^10.0|^11.0",
"spatie/laravel-package-tools": "^1.14.0"
},
"require-dev": {
Expand Down

0 comments on commit c9dd4be

Please sign in to comment.