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." } }