Skip to content

Commit

Permalink
Merge pull request #269 from crynobone/nova-5-patch
Browse files Browse the repository at this point in the history
Improves Laravel Nova 5 integration
  • Loading branch information
Tarpsvo authored Dec 18, 2024
2 parents ced0c59 + b639ce7 commit 8db5660
Show file tree
Hide file tree
Showing 12 changed files with 604 additions and 191 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"require-dev": {
"laravel/nova-devtool": "^1.0",
"nunomaduro/collision": "^7.8",
"orchestra/testbench": "^8.19"
"orchestra/testbench": "^8.30|^9.8"
},
"autoload": {
"psr-4": {
Expand Down Expand Up @@ -77,7 +77,7 @@
"serve": [
"Composer\\Config::disableProcessTimeout",
"@build",
"@php vendor/bin/testbench serve"
"@php vendor/bin/testbench serve --ansi"
],
"test": "@php vendor/bin/testbench package:test"
}
Expand Down
2 changes: 1 addition & 1 deletion dist/js/entry.js

Large diffs are not rendered by default.

Loading

0 comments on commit 8db5660

Please sign in to comment.