From e4c154ad00d70b3a74b72c24ec279256665f2cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 19:31:31 +0000 Subject: [PATCH] Update vimeo/psalm requirement from ^5.22 to ^5.23 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/5.22.0...5.23.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 5f7e883..31370b7 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ "doctrine/coding-standard": "^12.0", "phpunit/phpunit": "^10.5.11", "psalm/plugin-phpunit": "^0.18.4", - "vimeo/psalm": "^5.22" + "vimeo/psalm": "^5.23" }, "autoload": { "psr-4": {