From 5af060a0da6b92838a4c7caca824501ec72837fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C5=A0pa=C4=8Dek?= Date: Sun, 5 Mar 2023 16:51:07 +0100 Subject: [PATCH] Require PHPStan that has the new methods --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 82b5ca4..5681dee 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.0" + "phpstan/phpstan": "^1.10" }, "require-dev": { "nette/neon": "^3.2",