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 7cd719e commit b5cba89Copy full SHA for b5cba89
.github/workflows/run-tests.yml
@@ -9,12 +9,10 @@ jobs:
9
fail-fast: true
10
matrix:
11
os: [ ubuntu-latest ]
12
- php: [ 8.0, 8.1 ]
13
- laravel: [ 8.*, 9.* ]
+ php: [ 8.0, 8.1, 8.2 ]
+ laravel: [ 9.* ]
14
dependency-version: [ prefer-stable ]
15
include:
16
- - laravel: 8.*
17
- testbench: 6.*
18
- laravel: 9.*
19
testbench: 7.*
20
composer.json
@@ -1,13 +1,13 @@
1
{
2
"name": "interaction-design-foundation/nova-unlayer-field",
3
"description": "A Laravel Nova field for Unlayer to compose emails and landing pages.",
4
+ "license": "MIT",
5
"keywords": [
6
"laravel",
7
"nova",
8
"laravel-nova-field",
"html"
],
- "license": "MIT",
"require": {
"php": ">=8.0",
"ext-json": "*",
0 commit comments