From b33b8511470d0f4187778188fc9238f3fa702117 Mon Sep 17 00:00:00 2001 From: Ruud Kamphuis Date: Wed, 30 Oct 2024 19:05:23 +0100 Subject: [PATCH] Allow PHPStan 2 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 56d43e5..2508acd 100644 --- a/composer.json +++ b/composer.json @@ -5,7 +5,7 @@ "type": "phpstan-extension", "require": { "php": "^7.4|^8.0", - "phpstan/phpstan": "^1.12.4" + "phpstan/phpstan": "^1.12.4|^2.0" }, "license": "MIT", "autoload": {