From 8cff6704d73c23b87d6173560a53345c1e8bf299 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 19:56:56 +0100 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan-strict-rules to v2.0.2 (#277) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3218c7d..4eee8ce 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/extension-installer": "1.4.3", "phpstan/phpstan": "2.1.1", "phpstan/phpstan-deprecation-rules": "2.0.1", - "phpstan/phpstan-strict-rules": "2.0.1", + "phpstan/phpstan-strict-rules": "2.0.2", "symfony/config": "~4.4 || ~5.0", "symfony/dependency-injection": "~4.4 || ~5.0", "symfony/http-kernel": "~4.4 || ~5.0",