From 0f53d2dbaa27eb060f83e41566012bf708ca8d71 Mon Sep 17 00:00:00 2001 From: Matthew Poulter Date: Wed, 15 Feb 2023 18:49:30 +0100 Subject: [PATCH] Temp fix dependencies --- .github/workflows/run-tests.yml | 2 +- composer.json | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 7249e10..7272896 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -16,7 +16,7 @@ jobs: fail-fast: true matrix: os: [ ubuntu-latest ] - php: [ 8.0, 8.1, 8.2 ] + php: [ 8.1, 8.2 ] laravel: [ "^9.0", "^10.0" ] enum: [ "^5.0", "^6.0" ] stability: [ prefer-lowest, prefer-stable ] diff --git a/composer.json b/composer.json index f7004d3..9f14d12 100644 --- a/composer.json +++ b/composer.json @@ -23,6 +23,10 @@ { "type": "composer", "url": "https://nova.laravel.com" + }, + { + "type": "vcs", + "url": "https://github.com/laravel-shift/NovaUnit.git" } ], "require": { @@ -32,7 +36,7 @@ "laravel/nova": "^4.0" }, "require-dev": { - "joshgaber/novaunit": "^3.0", + "joshgaber/novaunit": "dev-l10-compatibility", "laravel/pint": "^1.2", "mockery/mockery": "^1.3.3", "nunomaduro/collision": "^6.1|^7.0",