Skip to content

Commit 50e86c6

Browse files
committed
fix incompatibility issue with nova 3.17
1 parent acce881 commit 50e86c6

File tree

6 files changed

+1292
-1399
lines changed

6 files changed

+1292
-1399
lines changed

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
],
1616
"license": "MIT",
1717
"require": {
18-
"php": ">=7.1.0"
18+
"php": ">=7.1.0",
19+
"laravel/nova": "^3.17.0"
1920
},
2021
"autoload": {
2122
"psr-4": {

dist/js/card.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/card.js.LICENSE.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,6 @@
55
* @license MIT
66
*/
77

8-
/**
9-
* @license
10-
* Lodash <https://lodash.com/>
11-
* Copyright JS Foundation and other contributors <https://js.foundation/>
12-
* Released under MIT license <https://lodash.com/license>
13-
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
14-
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
15-
*/
16-
178
/**
189
* @license
1910
* Lodash <https://lodash.com/>

0 commit comments

Comments
 (0)