diff options
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/composer.json b/composer.json index 8615b1ca8db..603bf86b7c0 100644 --- a/composer.json +++ b/composer.json @@ -48,6 +48,7 @@ "cs:check": "php-cs-fixer fix --dry-run --diff", "lint": "find . -name \\*.php -not -path './lib/composer/*' -not -path './build/stubs/*' -print0 | xargs -0 -n1 php -l", "psalm": "psalm --threads=$(nproc)", + "psalm:ci": "psalm --threads=1", "psalm:update-baseline": "psalm --threads=$(nproc) --update-baseline" } } |