Skip to content

Commit

Permalink
Add Laravel Nova 4 require
Browse files Browse the repository at this point in the history
  • Loading branch information
murdercode committed Oct 24, 2022
1 parent 2d87246 commit 72ef745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
],
"license": "MIT",
"require": {
"php": "^8.0"
"php": "^8.0",
"laravel/nova": "^4.0"
},
"require-dev": {
"laravel/pint": "^1.2"
Expand Down

0 comments on commit 72ef745

Please sign in to comment.