Skip to content

Commit

Permalink
Add support for Laravel 7 (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
henryavila authored Mar 12, 2020
1 parent f7f3f43 commit e072b15
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 @@ -9,8 +9,8 @@
],
"license": "MIT",
"require": {
"laravel/nova": "^2.0",
"spatie/laravel-activitylog": "^3.2"
"laravel/nova": "^3.0",
"spatie/laravel-activitylog": "^3.11"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e072b15

Please sign in to comment.