From a0a186bf7c1b0c7601c0eab671643382c3c62257 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Dec 2023 09:21:50 +0000 Subject: [PATCH] Update vimeo/psalm requirement from 4.30.0 to 5.18.0 Updates the requirements on [vimeo/psalm](https://github.com/vimeo/psalm) to permit the latest version. - [Release notes](https://github.com/vimeo/psalm/releases) - [Commits](https://github.com/vimeo/psalm/compare/4.30.0...5.18.0) --- updated-dependencies: - dependency-name: vimeo/psalm dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 3449a4f..8da38e7 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "giorgiosironi/eris": "^0.14.0", "phpat/phpat": "^0.10", "facile-it/facile-coding-standard": "1.0.1", - "vimeo/psalm": "4.30.0", + "vimeo/psalm": "5.18.0", "friendsofphp/php-cs-fixer": "3.42.0", "phpstan/phpstan": "^1.8", "rector/rector": "^0.16.0 || ^0.17.0 || ^0.18.0"