From aa20a99ff967b3ab1ebcf3078fc56c18542db031 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 23 Apr 2019 21:53:08 +0100 Subject: [PATCH] Move phpda to the tools scope since it now supports latest php-parser --- resources/tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index 5c569871..9a247431 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -383,12 +383,12 @@ "command": { "composer-bin-plugin": { "package": "mamuz/php-dependency-analysis", - "namespace": "legacy-php-parser", + "namespace": "tools", "links": {"%target-dir%/phpda": "phpda"} } }, "test": "phpda list", - "tags": ["featured"] + "tags": ["featured", "exclude-php:7.1", "exclude-php:7.2"] }, { "name": "phpdoc-to-typehint",