diff --git a/composer.json b/composer.json index e25d606..83f288e 100644 --- a/composer.json +++ b/composer.json @@ -59,7 +59,6 @@ "scripts": { "phpfix": "vendor/bin/phpcbf --standard=\"PSR12\" ./src --ignore=./src/resources/*", "phpsniff": "vendor/bin/phpcs --standard=\"PSR12\" ./src --ignore=./src/resources/*", - "test": "vendor/bin/pest", - "lint": "vendor/bin/pint" + "test": "vendor/bin/pest" } }