Skip to content

Commit

Permalink
add `"laravel/nova": "^4.0" as a requirement which will allow it to b…
Browse files Browse the repository at this point in the history
…e used to show that it has Nova Support if checked.
  • Loading branch information
chrispelzer committed Jul 30, 2022
1 parent 586d2ee commit 99952a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "waynestate/nova-ckeditor4-field",
"version": "1.1.1",
"version": "1.1.2",
"description": "This nova package allows you to use CKEditor 4 for text areas.",
"keywords": [
"laravel",
Expand All @@ -15,7 +15,8 @@
}
],
"require": {
"php": ">=7.3.0"
"php": ">=7.3.0",
"laravel/nova": "^4.0"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

0 comments on commit 99952a8

Please sign in to comment.