From 1889f2a8a5469399dc3ce73e7a9dcdf8c49b52c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Nov 2020 05:35:02 +0000 Subject: [PATCH] Update vimeo/psalm requirement from ^3.14 to ^4.1 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/3.14.0...4.1.0) Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index af95f6f..4a9d7fb 100644 --- a/composer.json +++ b/composer.json @@ -22,7 +22,7 @@ "friendsofphp/php-cs-fixer": "^2.16", "phpunit/phpunit": "^8.5 || ^9.0", "spatie/phpunit-snapshot-assertions": "^3.0", - "vimeo/psalm": "^3.14" + "vimeo/psalm": "^4.1" }, "autoload": { "psr-4": {