From e995cb467e5fd01603ffa2e28b59c7816e62aa45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:06:02 +0000 Subject: [PATCH] Update vimeo/psalm requirement from ~6.13.0 to ~6.13.0 || ~6.17.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.17.0) --- updated-dependencies: - dependency-name: vimeo/psalm dependency-version: 6.17.0 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 476b035..aad2940 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.17.0", "phpunit/phpunit": "~12.4", "php-cs-fixer/shim": "~3.88.0" },