Skip to content

Commit

Permalink
Add Laravel Nova 4 Support
Browse files Browse the repository at this point in the history
  • Loading branch information
mziraki authored Apr 10, 2022
1 parent 6d4257c commit 728b5d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
}
],
"require": {
"php": "^7.2.0|^8.0",
"laravel/nova": "^3.0",
"spatie/laravel-translatable": "^4.0|^5.0|^6.0"
"php": "^7.3|^8.0",
"laravel/nova": "^4.0",
"spatie/laravel-translatable": "^5.0|^6.0"
},
"require-dev": {
"mockery/mockery": "^1.4",
Expand Down

0 comments on commit 728b5d3

Please sign in to comment.