From d55f31ff7372b6a2239b908caac3f703da42fb34 Mon Sep 17 00:00:00 2001 From: Graham Campbell Date: Sun, 10 Dec 2023 02:03:25 +0000 Subject: [PATCH] Upgrade PHPStan (#567) --- vendor-bin/phpstan/composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor-bin/phpstan/composer.json b/vendor-bin/phpstan/composer.json index e540463..054d091 100644 --- a/vendor-bin/phpstan/composer.json +++ b/vendor-bin/phpstan/composer.json @@ -1,7 +1,7 @@ { "require": { "php": "^7.4", - "phpstan/phpstan": "1.10.3" + "phpstan/phpstan": "1.10.48" }, "config": { "preferred-install": "dist"