From ffe19fd57fcd836c9648f5336bb35f00c8343441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:53:42 +0000 Subject: [PATCH] Update vimeo/psalm requirement from ^4.9 to ^5.25 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/4.9.0...5.25.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 5cadcc2..39e9baa 100644 --- a/composer.json +++ b/composer.json @@ -29,7 +29,7 @@ "phpunit/phpunit": "^9.5", "roave/infection-static-analysis-plugin": "^1.14", "spatie/phpunit-watcher": "^1.23", - "vimeo/psalm": "^4.9" + "vimeo/psalm": "^5.25" }, "autoload": { "psr-4": {