From ece27e4dbabd69af18c6b7882f0e771375cbefd7 Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Mon, 17 Feb 2025 22:09:30 -0500 Subject: [PATCH] Lift restriction on Psalm version (#922) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index bc7ef36..0e7a8bb 100644 --- a/composer.json +++ b/composer.json @@ -30,7 +30,7 @@ "phpstan/phpstan": "*", "phpunit/phpunit": "*", "squizlabs/php_codesniffer": "*", - "vimeo/psalm": ">=5.26.1,<6.7" + "vimeo/psalm": ">=5.26.1" }, "suggest": { "ext-mbstring": "*"