From eca37ab6a12dcb8b6c1e8312d273bb0cb59ddf18 Mon Sep 17 00:00:00 2001 From: Andreas Leathley Date: Tue, 8 Dec 2020 21:46:06 +0100 Subject: [PATCH] Upgrade psalm version for PHP8 --- psalm-baseline.xml | 2 +- vendor-bin/psalm/composer.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/psalm-baseline.xml b/psalm-baseline.xml index 8242d3d..d17bda4 100644 --- a/psalm-baseline.xml +++ b/psalm-baseline.xml @@ -1,5 +1,5 @@ - + T_NAME_QUALIFIED diff --git a/vendor-bin/psalm/composer.json b/vendor-bin/psalm/composer.json index 2ea3cf6..d522577 100644 --- a/vendor-bin/psalm/composer.json +++ b/vendor-bin/psalm/composer.json @@ -1,5 +1,5 @@ { "require": { - "vimeo/psalm": "^3.7" + "vimeo/psalm": "^4.0" } }