From 77d80b089860cd1b51154f6cde0a646db1ce3438 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 15:12:06 +0000 Subject: [PATCH] Update vimeo/psalm requirement from ^4.8 to ^5.5 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.8.0...5.5.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 d58727f..2a27952 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ "require-dev": { "phpstan/phpstan": "^1.4.6", "phpunit/phpunit": "^9.5", - "vimeo/psalm": "^4.8", + "vimeo/psalm": "^5.5", "phpmd/phpmd": "^2.10", "friendsofphp/php-cs-fixer": "^3.0", "rregeer/phpunit-coverage-check": "^0.3.1",