Skip to content

Commit

Permalink
Merge pull request #6 from niekbr/master
Browse files Browse the repository at this point in the history
Add Laravel 7 support
  • Loading branch information
schroedan authored Nov 5, 2020
2 parents cf2c87c + f89a71f commit d86db4b
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 @@ -28,8 +28,8 @@
],
"require": {
"php": "^7.1",
"laravel/framework": "^5.8 || ^6.0",
"laravel/nova": "^2.0"
"laravel/framework": "^5.8 || ^6.0 || ^7.0",
"laravel/nova": "^2.0 || ^3.0"
},
"require-dev": {
"roave/security-advisories": "dev-master"
Expand Down

0 comments on commit d86db4b

Please sign in to comment.