From 7328ed6dd338e766969db1535fc5d9a8bf52c3d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 10:09:00 +0000 Subject: [PATCH] build(deps-dev): update vimeo/psalm requirement from ^5.26 to ^6.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/5.26.0...6.0.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..fa028b0 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.0", "psalm/plugin-phpunit": "^0.19.0", "symfony/phpunit-bridge": "^6.0 || ^7.0" }