From 60c6213c60e557ad421cf54556b24819e4aa1d07 Mon Sep 17 00:00:00 2001 From: Lars Strojny Date: Fri, 26 May 2023 15:42:38 +0200 Subject: [PATCH] Fixate psalm version to 5.9.0 to work around https://github.com/vimeo/psalm/issues/9824 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 63ecbdc..32da8a2 100644 --- a/composer.json +++ b/composer.json @@ -13,7 +13,7 @@ "ext-xdebug": "*", "phpunit/phpunit": "^10.0", "phpstan/phpstan": "^1.10", - "vimeo/psalm": "^5.8", + "vimeo/psalm": "5.9.0", "psalm/plugin-phpunit": "^0.18.4", "symplify/easy-coding-standard": "^11.2", "veewee/composer-run-parallel": "^1.2",