From ed978fcb4c4f1a9c0129578e5f0b690d07a1424e Mon Sep 17 00:00:00 2001 From: Matthew Poulter Date: Tue, 21 Feb 2023 09:13:16 +0100 Subject: [PATCH] Update novaunit --- composer.json | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/composer.json b/composer.json index 8d45225..52b2d0a 100644 --- a/composer.json +++ b/composer.json @@ -23,10 +23,6 @@ { "type": "composer", "url": "https://nova.laravel.com" - }, - { - "type": "vcs", - "url": "https://github.com/laravel-shift/NovaUnit.git" } ], "require": { @@ -36,7 +32,7 @@ "laravel/nova": "^4.0" }, "require-dev": { - "joshgaber/novaunit": "dev-l10-compatibility", + "joshgaber/novaunit": "^3.1", "laravel/pint": "^1.2", "mockery/mockery": "^1.3.3", "nunomaduro/collision": "^6.1 || ^7.0",