Skip to content

Commit 72ef745

Browse files
committed
Add Laravel Nova 4 require
1 parent 2d87246 commit 72ef745

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"php": "^8.0"
12+
"php": "^8.0",
13+
"laravel/nova": "^4.0"
1314
},
1415
"require-dev": {
1516
"laravel/pint": "^1.2"

0 commit comments

Comments
 (0)