Skip to content

Commit

Permalink
Merge pull request #16 from stefvanesch/master
Browse files Browse the repository at this point in the history
Added support for Laravel 10
  • Loading branch information
Tarpsvo authored Feb 10, 2023
2 parents a005e37 + 3d2f042 commit 7d76793
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This [Laravel Nova](https://nova.laravel.com/) package helps developers load tra
## Requirements

- `php: >=8.0`
- `laravel/framework: ^9.0`
- `laravel/framework: ^9.0|^10.0`
- `laravel/nova: ^4.0`

## Installation
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"license": "MIT",
"require": {
"php": ">=8.0",
"laravel/framework": "^8.0|^9.0",
"laravel/framework": "^8.0|^9.0|^10.0",
"laravel/nova": "^4.0"
},
"autoload": {
Expand Down

0 comments on commit 7d76793

Please sign in to comment.