From 46451a623dce08254db02c9054904fccaa36c628 Mon Sep 17 00:00:00 2001 From: Greg Marshall Date: Tue, 31 Dec 2024 16:27:08 -0600 Subject: [PATCH] disable phpstan --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0a04035..8f5cf4e 100644 --- a/composer.json +++ b/composer.json @@ -59,8 +59,7 @@ "phpstan": "phpstan --memory-limit=1024M", "test": [ "@phpcs", - "@phpunit", - "@phpstan" + "@phpunit" ] } }