From 365593c9db2a5de770346d77aed8f3d9cb79ac92 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 21 Jun 2020 08:16:13 +0000 Subject: [PATCH] Update tools --- resources/tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index 2536e642..a428e4f6 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -70,7 +70,7 @@ "website": "https://dephpend.com/", "command": { "phar-download": { - "phar": "https://github.com/mihaeu/dephpend/releases/download/0.6.3/dephpend-0.6.3.phar", + "phar": "https://github.com/mihaeu/dephpend/releases/download/0.7.0/dephpend-0.7.0.phar", "bin": "%target-dir%/dephpend" } }, @@ -94,7 +94,7 @@ "website": "https://github.com/sensiolabs-de/deptrac", "command": { "phar-download": { - "phar": "https://github.com/sensiolabs-de/deptrac/releases/download/0.7.1/deptrac.phar", + "phar": "https://github.com/sensiolabs-de/deptrac/releases/download/0.8.0/deptrac.phar", "bin": "%target-dir%/deptrac" } }, @@ -176,7 +176,7 @@ "website": "https://pdepend.org/", "command": { "phar-download": { - "phar": "https://github.com/pdepend/pdepend/releases/download/2.7.1/pdepend.phar", + "phar": "https://github.com/pdepend/pdepend/releases/download/2.8.0/pdepend.phar", "bin": "%target-dir%/pdepend" } },