From 9817bd58eb734157eeb5ce1f4b73478aab352810 Mon Sep 17 00:00:00 2001 From: Dasun Tharanga Date: Sat, 30 Dec 2023 14:25:40 +0530 Subject: [PATCH] Update composer.json --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 4030893..a9a7393 100644 --- a/composer.json +++ b/composer.json @@ -35,10 +35,9 @@ } }, "scripts": { - "test": "vendor/bin/phpunit", + "test": "vendor/bin/pest", "pint": "vendor/bin/pint --dirty", - "analyse": "vendor/bin/phpstan analyse", - "test-coverage": "vendor/bin/phpunit --coverage-html coverage" + "analyse": "vendor/bin/phpstan analyse" }, "config": { "sort-packages": true,