From e78b30916f0c088b93dcb0efb177c3100f6b97d8 Mon Sep 17 00:00:00 2001 From: Marco Hanke Date: Sun, 28 Jan 2024 14:00:13 +0100 Subject: [PATCH] Update composer.json (#468) update scriptname --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 83847de..3fe9e8c 100644 --- a/composer.json +++ b/composer.json @@ -19,6 +19,6 @@ "scripts": { "cs-dry": "php-cs-fixer fix -v --ansi --dry-run --config=.php-cs-fixer.dist.php", "cs-fix": "php-cs-fixer fix -v --ansi --config=.php-cs-fixer.dist.php", - "test": "phpunit --testdox" + "unit-test": "phpunit --testdox" } }