From f88cd8afd79afb5fa263424fc32ed97d36f14433 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Re=C3=BCel=20van=20der=20Steege?= Date: Tue, 13 Aug 2024 10:29:30 +0200 Subject: [PATCH] Update vimeo/psalm requirement to `^5.25`. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index fb47b00..0479467 100644 --- a/composer.json +++ b/composer.json @@ -63,7 +63,7 @@ "pronamic/wp-coding-standards": "^2.0", "roots/wordpress": "^6.0", "szepeviktor/phpstan-wordpress": "^1.3", - "vimeo/psalm": "^0.3.14", + "vimeo/psalm": "^5.25", "wp-cli/wp-cli": "^2.5", "wp-phpunit/wp-phpunit": "^6.1", "yoast/phpunit-polyfills": "^1.0"