From c58a666e2c4a547ffe37bb505f1200bfebde5995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20M=C3=B6nch?= Date: Fri, 18 Oct 2019 16:23:45 +0200 Subject: [PATCH] upgrade deptrac to v0.6 --- resources/tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index f74b6a5a..ee435f6c 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -81,12 +81,12 @@ "website": "https://github.com/sensiolabs-de/deptrac", "command": { "phar-download": { - "phar": "https://github.com/sensiolabs-de/deptrac/releases/download/0.5.0/deptrac.phar", + "phar": "https://github.com/sensiolabs-de/deptrac/releases/download/0.6.0/deptrac.phar", "bin": "%target-dir%/deptrac" } }, "test": "deptrac list", - "tags": ["featured"] + "tags": ["featured", "exclude-php:7.1"] }, { "name": "diffFilter",