From c8faa10e83d5e2ae471ff46295517c3a972e99de Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Tue, 24 May 2022 02:08:10 +0700 Subject: [PATCH] [PHPStan] Pin PHPStan to v1.6.9 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 8f237128ae09..77873cabc929 100644 --- a/composer.json +++ b/composer.json @@ -21,7 +21,7 @@ "mikey179/vfsstream": "^1.6", "nexusphp/cs-config": "^3.3", "nexusphp/tachycardia": "^1.0", - "phpstan/phpstan": "^1.5.6", + "phpstan/phpstan": "1.6.9", "phpunit/phpunit": "^9.1", "predis/predis": "^1.1", "rector/rector": "0.13.0"