summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-02-20 13:45:42 +0100
committerRemi Collet <remi@php.net>2023-02-20 13:45:42 +0100
commitccc0089c3f186aeea43a4234f7b036566daf8e2a (patch)
tree7f6077074ceee66fcdadf24f59fbe5bc082fb816 /composer.json
parente4768648e97acb5da7cdb267b994aa70c6e1cd6c (diff)
update to 4.4.11
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index be3c472..39f7d66 100644
--- a/composer.json
+++ b/composer.json
@@ -107,15 +107,15 @@
],
"cs-check": "phpcs --colors --parallel=16 -p src/ tests/",
"cs-fix": "phpcbf --colors --parallel=16 -p src/ tests/",
- "phpstan": "phpstan.phar analyse",
- "psalm": "psalm.phar --show-info=false",
+ "phpstan": "tools/phpstan analyse",
+ "psalm": "tools/psalm --show-info=false",
"stan": [
"@phpstan",
"@psalm"
],
"stan-tests": "phpstan.phar analyze -c tests/phpstan.neon",
"stan-baseline": "phpstan.phar --generate-baseline",
- "stan-setup": "cp composer.json composer.backup && composer require --dev symfony/polyfill-php81 phpstan/phpstan:~1.9.0 psalm/phar:~4.30.0 && mv composer.backup composer.json",
+ "stan-setup": "phive install",
"lowest": "validate-prefer-lowest",
"lowest-setup": "composer update --prefer-lowest --prefer-stable --prefer-dist --no-interaction && cp composer.json composer.backup && composer require --dev dereuromark/composer-prefer-lowest && mv composer.backup composer.json",
"test": "phpunit",