summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2022-01-22 07:43:29 +0100
committerRemi Collet <remi@php.net>2022-01-22 07:43:29 +0100
commit7bea14415f5dce48e237625e191386403a888298 (patch)
tree5b967c2b7ff71afafa56d33c8940c8ee8b063e2a /composer.json
parent0d980644e1d68d35b841a64ae05a2459f26ddfd7 (diff)
update to 2.2.5
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index b772f95..308b011 100644
--- a/composer.json
+++ b/composer.json
@@ -83,7 +83,7 @@
"phpstan-setup": [
"@composer config platform --unset",
"@composer update",
- "@composer require --dev phpstan/phpstan:^1.0 phpstan/phpstan-phpunit:^1.0 phpstan/phpstan-deprecation-rules:^1 phpstan/phpstan-strict-rules:^1 phpunit/phpunit:^7.5.20 --with-all-dependencies",
+ "@composer require --dev phpstan/phpstan:1.4.* phpstan/phpstan-phpunit:1.0.* phpstan/phpstan-deprecation-rules:1.0.* phpstan/phpstan-strict-rules:1.1.* phpunit/phpunit:^7.5.20 --with-all-dependencies",
"git checkout composer.json composer.lock"
],
"phpstan": "@php vendor/bin/phpstan analyse --configuration=phpstan/config.neon"