We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea43c8 commit 6a9e577Copy full SHA for 6a9e577
composer.json
@@ -9,11 +9,17 @@
9
"require": {
10
"php": "^8.0"
11
},
12
+ "require-dev": {},
13
"autoload": {
14
"psr-4": {
15
"InteractionDesignFoundation\\NovaUnlayerField\\": "src/"
16
}
17
18
+ "autoload-dev": {
19
+ "psr-4": {
20
+ "Tests\\": "tests/"
21
+ }
22
+ },
23
"extra": {
24
"laravel": {
25
"providers": [
src/Unlayer.php
@@ -20,7 +20,7 @@ class Unlayer extends Code
public $savingCallback;
/** @var string Height of the editor (with units) */
- public $height = '800px';
+ public string $height = '800px';
/**
26
* Specify Unlayer config
tests/.gitkeep
0 commit comments