Skip to content

Commit 09d2f17

Browse files
authored
Supports Laravel Nova 5.2.0
1 parent 6529079 commit 09d2f17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@
2727
},
2828
"require-dev": {
2929
"larastan/larastan": "^2.5.1",
30-
"laravel/nova": "^5.0",
30+
"laravel/nova": "^5.2",
3131
"laravel/nova-devtool": "^1.0",
3232
"laravel/pint": "^1.17",
3333
"orchestra/pest-plugin-testbench": "^2.0 || ^3.0",
3434
"orchestra/workbench": "^8.13|^9.9",
3535
"phpstan/phpstan": "^1.12"
3636
},
3737
"conflict": {
38-
"laravel/nova": "<5.0.0 || >=6.0.0"
38+
"laravel/nova": "<5.2.0 || >=6.0.0"
3939
},
4040
"repositories": [
4141
{ "type": "composer", "url": "https://nova.laravel.com" }

0 commit comments

Comments
 (0)