From 81c9688244db143e0e81b59eeb047b0cc94da714 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 26 Sep 2023 23:16:31 +0200 Subject: [PATCH] Psalm 5.15.0 (#6167) --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 393a8c1b9a8..59208bdd9f2 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.14.1" + "vimeo/psalm": "5.15.0" }, "suggest": { "symfony/console": "For helpful console commands such as SQL execution and import of files."