From 865046d64e380bd398b2a38f0f675a419f5e3a68 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 31 Jan 2019 18:18:37 +0000 Subject: [PATCH] Move php-assumptions to its own namespace It is lagging behind with nikic/php-parser. Seems that the project is no longer actively maintained: https://github.com/rskuipers/php-assumptions/issues/30#issuecomment-443622488 --- resources/tools.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index bd896485..cd056d1e 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -255,10 +255,11 @@ "command": { "composer-bin-plugin": { "package": "rskuipers/php-assumptions", - "namespace": "tools" + "namespace": "php-assumptions" } }, - "test": "phpa --version" + "test": "phpa --version", + "tags": ["not-maintained"] }, { "name": "phpca",