From 43a207af5b6a3e90448bb9fd85f85875c44ff559 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 09:55:42 +0000 Subject: [PATCH] build(deps-dev): update vimeo/psalm requirement from ^5.26 to ^6.1 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.26.0...6.1.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 a157456..934501d 100644 --- a/composer.json +++ b/composer.json @@ -40,7 +40,7 @@ "phpunit/phpunit": "^10.5", "symfony/config": "^6.0 || ^7.0", "phpstan/phpstan": "^1.12", - "vimeo/psalm": "^5.26", + "vimeo/psalm": "^6.1", "psalm/plugin-phpunit": "^0.19.0", "symfony/phpunit-bridge": "^6.0 || ^7.0" }