aboutsummaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index d54807e9c8e..86908c10c88 100644
--- a/composer.json
+++ b/composer.json
@@ -59,7 +59,8 @@
"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 --no-cache --threads=$(nproc)",
- "psalm:ci": "psalm --no-cache --threads=1",
+ "psalm:ocp": "psalm --no-cache --threads=$(nproc) -c psalm-ocp.xml",
+ "psalm:security": "psalm --no-cache --threads=$(nproc) --taint-analysis --ignore-baseline",
"psalm:update-baseline": "psalm --no-cache --threads=$(nproc) --update-baseline",
"serve": [
"Composer\\Config::disableProcessTimeout",