From 7c6bea130717b739e81d4f9ed7cf4899e6e006ea Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sat, 7 Aug 2021 22:12:21 +0200 Subject: [PATCH] Bump PHPStan to 0.12.94 Signed-off-by: Alexander M. Turek --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index d80dc19e9a5..67afdcdbf41 100644 --- a/composer.json +++ b/composer.json @@ -37,7 +37,7 @@ "require-dev": { "doctrine/coding-standard": "^9.0", "phpbench/phpbench": "^0.16.10 || ^1.0", - "phpstan/phpstan": "0.12.91", + "phpstan/phpstan": "0.12.94", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4", "squizlabs/php_codesniffer": "3.6.0", "symfony/cache": "^4.4 || ^5.2",