From e85ae512387f7922d195e54830c2c7d396542625 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2025 15:46:18 +0100 Subject: [PATCH] chore(deps): update dependency phpstan/phpstan-strict-rules to v2.0.3 (#278) 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 4eee8ce..e9a7a33 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.2", + "phpstan/phpstan-strict-rules": "2.0.3", "symfony/config": "~4.4 || ~5.0", "symfony/dependency-injection": "~4.4 || ~5.0", "symfony/http-kernel": "~4.4 || ~5.0",