From d7e5b81e952994a8685aab6c1405d2306ea5e052 Mon Sep 17 00:00:00 2001 From: absurdo Date: Sat, 25 Nov 2023 00:13:23 +0100 Subject: [PATCH] Quitting phpunit, install externally if need it --- composer.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/composer.json b/composer.json index e704e50..1eddef0 100644 --- a/composer.json +++ b/composer.json @@ -8,9 +8,5 @@ ], "require": { "phangoapp/leviathanutils": "dev-master" - }, - "minimum-stability": "stable", - "require-dev": { - "phpunit/phpunit": "^10.4" } }