From d378e065553d1ec16e52b01dcf096ad8da938ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 13:43:22 +0000 Subject: [PATCH] Update vimeo/psalm requirement from ^4.0 to ^4.0 || ^5.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/4.0.0...5.22.2) --- 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 6c0dc14..a1b0918 100644 --- a/composer.json +++ b/composer.json @@ -24,7 +24,7 @@ "phpunit/phpunit": "^7.5.20 || ^8.5.4 || ^9.4.2", "psalm/plugin-phpunit": "^0.15 || ^0.18", "slam/phpstan-extensions": "^5.0", - "vimeo/psalm": "^4.0" + "vimeo/psalm": "^4.0 || ^5.0" }, "autoload": { "psr-4": {