From 01864179a6c850322e69542d40b73f6162d4fec6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 09:17:19 +0000 Subject: [PATCH] Update dependency phpstan/phpstan to v2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 47fb624..3d1abaa 100644 --- a/composer.json +++ b/composer.json @@ -25,7 +25,7 @@ "nette/schema": "^1.2" }, "require-dev": { - "phpstan/phpstan": "^1.8.2", + "phpstan/phpstan": "^1.8.2 || ^2.0.0", "phpunit/phpunit": "^9.5.5 || ^10.0.0 || ^11.0.0", "scrutinizer/ocular": "^1.8.1", "unleashedtech/php-coding-standard": "^3.1",