diff options
author | Remi Collet <remi@remirepo.net> | 2024-11-13 07:30:43 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-11-13 07:30:43 +0100 |
commit | 4a049bc3e263b368ad783f2859c2f1bea88d652e (patch) | |
tree | 1c68a39a1cbf32c5fc056a0c410bbd3d9f0d465d /composer.json | |
parent | 3fd8ca9d71fa8540157ca7668c3485bc1db71897 (diff) |
Diffstat (limited to 'composer.json')
-rw-r--r-- | composer.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer.json b/composer.json index 30a2c95..d3a7e67 100644 --- a/composer.json +++ b/composer.json @@ -21,8 +21,8 @@ }, "require-dev": { "phpunit/phpunit": "^8 || ^9", - "phpstan/phpstan": "^1.11.10", - "phpstan/phpstan-strict-rules": "^1.1" + "phpstan/phpstan": "^1.12 || ^2", + "phpstan/phpstan-strict-rules": "^1 || ^2" }, "conflict": { "phpstan/phpstan": "<1.11.10" |