Skip to content

Commit

Permalink
Add support to Nova 5 (#454)
Browse files Browse the repository at this point in the history
* feat: add support to Nova 5

* build(bot): build tool assets

---------

Co-authored-by: mikaelpopowicz <mikaelpopowicz@users.noreply.github.com>
  • Loading branch information
mikaelpopowicz and mikaelpopowicz authored Dec 19, 2024
1 parent 0f50498 commit 42d90f0
Show file tree
Hide file tree
Showing 4 changed files with 1,302 additions and 1,317 deletions.
7 changes: 3 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"php": "^8.0",
"ext-json": "*",
"james-heinrich/getid3": "^1.9",
"laravel/nova": "^4.0",
"nova-kit/nova-packages-tool": "^1.3.1",
"laravel/nova": "^4.0 || ^5.0",
"nova-kit/nova-packages-tool": "^1.3.1 || ^2.0",
"pion/laravel-chunk-upload": "^1.5",
"spatie/invade": "^1.0 || ^2.0"
},
Expand All @@ -49,8 +49,7 @@
"pestphp/pest": "^1.21 || ^2.0",
"pestphp/pest-plugin-laravel": "^1.2 || ^2.0",
"pestphp/pest-plugin-mock": "^1.0 || ^2.0",
"spatie/laravel-ray": "^1.29",
"whitecube/nova-flexible-content": "^1.1"
"spatie/laravel-ray": "^1.29"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit 42d90f0

Please sign in to comment.