diff --git a/composer.json b/composer.json index dc7197367..4ff1f8e95 100644 --- a/composer.json +++ b/composer.json @@ -60,6 +60,12 @@ } }, "scripts": { + "check": [ + "@cs-check", + "@phpstan", + "@psalm", + "@tests" + ], "tests": [ "vendor/bin/phpunit --verbose" ],