diff --git a/composer.json b/composer.json index b7d3378..7e1ca42 100644 --- a/composer.json +++ b/composer.json @@ -42,6 +42,6 @@ "sort-packages": true }, "scripts": { - "test": "vendor/bin/phpunit" + "test": "phpunit" } }