From 3909abd990e53ddbb8a865dcfb2157228b0268cb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 04:09:08 +0000 Subject: [PATCH] Update vimeo/psalm requirement from ~6.13.0 to ~6.13.0 || ~6.16.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/6.13.0...6.16.1) --- updated-dependencies: - dependency-name: vimeo/psalm dependency-version: 6.16.1 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 6f40e36..47982d9 100644 --- a/composer.json +++ b/composer.json @@ -41,7 +41,7 @@ "php-soap/engine-integration-tests": "^1.10.0", "psalm/plugin-symfony": "^5.0", "php-standard-library/psalm-plugin": "^2.2", - "vimeo/psalm": "~6.13.0", + "vimeo/psalm": "~6.13.0 || ~6.16.0", "phpunit/phpunit": "~12.4", "php-cs-fixer/shim": "~3.88.0" },