From 5fd4c8ead46df973cda39b552f8c8a8ebc35aa5c Mon Sep 17 00:00:00 2001 From: Gregor Date: Wed, 7 Aug 2024 18:09:34 +0200 Subject: [PATCH] remove phpunit script from composer --- composer.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/composer.json b/composer.json index e40d7ec..3ea8480 100644 --- a/composer.json +++ b/composer.json @@ -35,11 +35,5 @@ }, "require-dev": { "phpunit/phpunit": "^9.0" - }, - "scripts": { - "tests": "vendor/bin/phpunit" - }, - "scripts-descriptions": { - "tests": "Run all unit tests." } }