From a3dd2d75911b0a21c1adad7f0c03f36cef2f0c45 Mon Sep 17 00:00:00 2001 From: TomasVotruba Date: Sun, 6 Aug 2017 19:00:25 +0200 Subject: [PATCH] fix composer shortcut --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"