From afec337ddd015a079032fc45a31c1fd4ad081fee Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:56:00 +0000 Subject: [PATCH] chore(deps): update phpstan packages to v2 --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index 53d86e3..948a884 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": "1.12.7", - "phpstan/phpstan-deprecation-rules": "1.2.1", - "phpstan/phpstan-strict-rules": "1.6.1", + "phpstan/phpstan": "2.0.0", + "phpstan/phpstan-deprecation-rules": "2.0.0", + "phpstan/phpstan-strict-rules": "2.0.0", "symfony/config": "~4.4 || ~5.0", "symfony/dependency-injection": "~4.4 || ~5.0", "symfony/http-kernel": "~4.4 || ~5.0",