Skip to content

Commit

Permalink
Merge pull request #64 from RhysLees/patch-1
Browse files Browse the repository at this point in the history
Add support for Laravel 11
  • Loading branch information
dniccum authored Apr 2, 2024
2 parents 74ae4d8 + e628791 commit d0c3438
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@
}
],
"require": {
"php": "^8.0",
"laravel/framework": "^9.0|^10.0",
"propaganistas/laravel-phone": "^5.0",
"laravel/nova": "^4.0",
"php": "^8.0|^8.2",
"laravel/framework": "^9.0|^10.0|^11.0",
"propaganistas/laravel-phone": "^5.2",
"laravel/nova": "^4.33",
"nova-kit/nova-packages-tool": "^1.0"
},
"autoload": {
Expand Down

0 comments on commit d0c3438

Please sign in to comment.