From 0d3fe5ff63da70c2257d7a9f5ce26a1ee7b58e9d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 20 Aug 2024 08:17:04 +0200 Subject: update to 3.3.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'composer.json') diff --git a/composer.json b/composer.json index 9e827a9..30a2c95 100644 --- a/composer.json +++ b/composer.json @@ -21,11 +21,11 @@ }, "require-dev": { "phpunit/phpunit": "^8 || ^9", - "phpstan/phpstan": "^1.11.8", + "phpstan/phpstan": "^1.11.10", "phpstan/phpstan-strict-rules": "^1.1" }, "conflict": { - "phpstan/phpstan": "<1.11.8" + "phpstan/phpstan": "<1.11.10" }, "autoload": { "psr-4": { -- cgit