Skip to content

Commit

Permalink
fix incompatibility issue with nova 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
milewski committed Dec 16, 2020
1 parent acce881 commit 50e86c6
Show file tree
Hide file tree
Showing 6 changed files with 1,292 additions and 1,399 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
],
"license": "MIT",
"require": {
"php": ">=7.1.0"
"php": ">=7.1.0",
"laravel/nova": "^3.17.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion dist/js/card.js

Large diffs are not rendered by default.

9 changes: 0 additions & 9 deletions dist/js/card.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@
* @license MIT
*/

/**
* @license
* Lodash <https://lodash.com/>
* Copyright JS Foundation and other contributors <https://js.foundation/>
* Released under MIT license <https://lodash.com/license>
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
*/

/**
* @license
* Lodash <https://lodash.com/>
Expand Down
Loading

0 comments on commit 50e86c6

Please sign in to comment.