From ad0dcab9c9976227dd1c3fd37e46ea779974a6ea Mon Sep 17 00:00:00 2001 From: Pen-y-Fan <40126936+Pen-y-Fan@users.noreply.github.com> Date: Tue, 23 Feb 2021 21:25:01 +0000 Subject: [PATCH] Enable doctrine-psalm-plugin on php 8 --- resources/psalm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/psalm.json b/resources/psalm.json index 8f19bd58..7a3bc50b 100644 --- a/resources/psalm.json +++ b/resources/psalm.json @@ -28,7 +28,7 @@ } }, "test": "composer global bin doctrine-psalm-plugin show weirdan/doctrine-psalm-plugin", - "tags": ["exclude-php:8.0", "psalm"] + "tags": ["psalm"] } ] }