From 47231491ae99cfc7b72a3c8c15ebfc9f7aa91b34 Mon Sep 17 00:00:00 2001 From: Ondrej Mirtes Date: Mon, 26 Feb 2024 14:31:05 +0100 Subject: [PATCH] Require PHPStan 1.10.60 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 47e2e112..0f440263 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ ], "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.10.34" + "phpstan/phpstan": "^1.10.60" }, "require-dev": { "nikic/php-parser": "^4.13.0",