Skip to content

Commit

Permalink
Add support for Laravel Nova 4.15.0+. (#13)
Browse files Browse the repository at this point in the history
* Add support for Laravel Nova 4.15.0+.
  • Loading branch information
crynobone authored Sep 21, 2022
1 parent ff44051 commit 1af44e3
Show file tree
Hide file tree
Showing 5 changed files with 457 additions and 449 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": "^7.3 || ^8.0",
"laravel/nova": ">=4.13.0 <4.15.0"
"laravel/nova": ">=4.15.0 <4.16.0"
},
"require-dev": {
"orchestra/testbench": "^6.24 || ^7.0"
Expand All @@ -29,7 +29,7 @@
],
"extra": {
"branch-alias": {
"dev-main": "1.3.x-dev"
"dev-main": "1.4.x-dev"
},
"laravel": {
"providers": [
Expand Down
2 changes: 1 addition & 1 deletion dist/tool.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/tool.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit 1af44e3

Please sign in to comment.