From 6d83a06b1e5d6115e11e06817b0e3d2f7a1197d3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 10:05:04 +0100 Subject: [PATCH] chore(deps): update phpstan packages (#272) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 16c177d..c82d976 100644 --- a/composer.json +++ b/composer.json @@ -25,9 +25,9 @@ "nette/neon": "~3.0", "nextras/multi-query-parser": "~1.0", "phpstan/extension-installer": "1.4.3", - "phpstan/phpstan": "2.0.3", + "phpstan/phpstan": "2.0.4", "phpstan/phpstan-deprecation-rules": "2.0.1", - "phpstan/phpstan-strict-rules": "2.0.0", + "phpstan/phpstan-strict-rules": "2.0.1", "symfony/config": "~4.4 || ~5.0", "symfony/dependency-injection": "~4.4 || ~5.0", "symfony/http-kernel": "~4.4 || ~5.0",