From 6982657f169ea10ef79b9bce34d607836eebec4c Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Thu, 29 Jun 2023 00:12:19 +0200 Subject: [PATCH] Psalm 5.13.1 (#6075) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 23796c25b83..db6761e61e6 100644 --- a/composer.json +++ b/composer.json @@ -49,7 +49,7 @@ "squizlabs/php_codesniffer": "3.7.2", "symfony/cache": "^5.4|^6.0", "symfony/console": "^4.4.30|^5.4|^6.0", - "vimeo/psalm": "5.12.0" + "vimeo/psalm": "5.13.1" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files."