From 2919640da58e2c73977b4f612347de293c6e2823 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:36:42 +0000 Subject: [PATCH] Enable php-coupling-detector on php 8 --- resources/architecture.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/architecture.json b/resources/architecture.json index 809be021..42e1b3ad 100644 --- a/resources/architecture.json +++ b/resources/architecture.json @@ -51,7 +51,7 @@ } }, "test": "php-coupling-detector list", - "tags": ["exclude-php:8.0", "architecture"] + "tags": ["architecture"] }, { "name": "phpat",