From 5a133152ec94c45a7f9c793c253a46cd6a54a113 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Jun 2024 03:31:59 +0000 Subject: [PATCH] Update vimeo/psalm requirement from ^4.27 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.27.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 25fd361..e180043 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ "phpstan/phpstan": "^1.9", "phpunit/phpunit": "^9.5", "squizlabs/php_codesniffer": "^3.6", - "vimeo/psalm": "^4.27" + "vimeo/psalm": "^5.25" }, "autoload": { "psr-4": {