From 40aa07600c4e132b18c20484670aaeb56486866d Mon Sep 17 00:00:00 2001 From: Carlos Alandete Sastre Date: Thu, 11 Jan 2024 14:47:26 +0100 Subject: [PATCH] phpstan version --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index a4547058..ff92bdc5 100644 --- a/composer.json +++ b/composer.json @@ -11,7 +11,7 @@ ], "require": { "php": "^8.0", - "phpstan/phpstan": "^1.3" + "phpstan/phpstan": "1.10.*" }, "require-dev": { "friendsofphp/php-cs-fixer": "3.46",