diff --git a/composer.json b/composer.json index 838539f1..9fe6154f 100644 --- a/composer.json +++ b/composer.json @@ -116,11 +116,11 @@ "@test", "@analyze" ], - "analyze": "phpstan analyze -l max -c ./phpstan.installer.neon ./src ./config", "clear-config-cache": "php bin/clear-config-cache.php", "cs-check": "phpcs", "cs-fix": "phpcbf", "serve": "php -S 0.0.0.0:8080 -t public/", + "static-analysis": "phpstan analyse", "test": "phpunit --colors=always", "test-coverage": "phpunit --colors=always --coverage-clover clover.xml" }