From bb498fb264b3ec41a4a2b883dbc3970ef5a8b1e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Oct 2023 14:57:32 +0000 Subject: [PATCH] Update dependency vimeo/psalm to v5 --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 32db517..937d145 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpunit/phpunit": "^9.5.5 || ^10.0.0", "scrutinizer/ocular": "^1.8.1", "unleashedtech/php-coding-standard": "^3.1", - "vimeo/psalm": "^4.7.3" + "vimeo/psalm": "^4.7.3 || ^5.0.0" }, "minimum-stability": "dev", "prefer-stable": true,