diff --git a/composer.json b/composer.json index c889cbfc46e..565724bf3ed 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ } }, "scripts": { - "all": ["phpunit", "@cs", "@ps"], + "all": ["phpunit", "@check-cs", "@phpstan"], "check-cs": "ecs check bin src tests", "fix-cs": "ecs check bin src tests --fix", "phpstan": "phpstan analyse bin src tests --level 7 --configuration phpstan.neon"