summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2024-05-16 07:37:16 +0200
committerRemi Collet <remi@php.net>2024-05-16 07:37:16 +0200
commit5be552a7f42fbd764c85d29d23f9529be2aa5efe (patch)
tree2d524659dd5ff7b1b5acfc1353737bb6e549ddb0 /composer.json
parent6d34ce0454160596652851a6e57e6c3d999e6c51 (diff)
update to 1.6.12HEADmaster
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json16
1 files changed, 9 insertions, 7 deletions
diff --git a/composer.json b/composer.json
index ca84c58..6f03cf2 100644
--- a/composer.json
+++ b/composer.json
@@ -97,16 +97,18 @@
"ecs:check": "ecs check --clear-cache || true",
"ecs:fix": "ecs check --clear-cache --fix",
"phive": [
- ".phive/tools/phive update --force-accept-unsigned",
- ".phive/tools/phive purge"
+ "tools/phive update --force-accept-unsigned",
+ "tools/phive purge"
],
"phpunit": "vendor/bin/phpunit --do-not-cache-result --colors=always",
"phpunit:coverage": "@phpunit --coverage-clover=coverage.xml",
- "psalm": ".phive/tools/psalm --no-diff --no-cache",
- "psalm:baseline": "@psalm --set-baseline=psalm-baseline.xml",
- "psalm:dry-run": "@psalm --alter --issues=all --dry-run",
- "psalm:security": "@psalm --taint-analysis",
- "psalm:shepherd": "@psalm --stats --shepherd --output-format=github",
+ "psalm": "tools/psalm --no-cache --show-info=true",
+ "psalm:alter": "tools/psalm --no-cache --alter --allow-backwards-incompatible-changes=false --safe-types",
+ "psalm:baseline": "@psalm --no-diff --set-baseline=psalm-baseline.xml",
+ "psalm:dry-run": "@psalm:alter --issues=all --dry-run",
+ "psalm:fix": "@psalm:alter --issues=UnnecessaryVarAnnotation,MissingPureAnnotation,MissingImmutableAnnotation",
+ "psalm:security": "@psalm --no-diff --taint-analysis",
+ "psalm:shepherd": "@psalm --no-diff --shepherd --stats --output-format=github",
"test": [
"@phpunit --stop-on-defect",
"@psalm",