From 5860589c6773aa9bb31d1826781c8be63bb79054 Mon Sep 17 00:00:00 2001 From: Edward Surov Date: Wed, 21 Dec 2022 15:56:03 +0200 Subject: [PATCH] Extension rewritten for PHPUnit 10 (#85) --- composer.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 9367266..e9214da 100644 --- a/composer.json +++ b/composer.json @@ -77,14 +77,12 @@ "test": [ "@test-cs", "@test-unit", - "@test-report", - "@test-psalm" + "@test-report" ], "test-windows": [ "@test-cs", "@test-unit", - "@test-report-windows", - "@test-psalm" + "@test-report-windows" ] } }