From 4a049bc3e263b368ad783f2859c2f1bea88d652e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 13 Nov 2024 07:30:43 +0100 Subject: update to 3.3.2 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') 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" -- cgit