From 77548c49d771fdaedc90c8e8fc0c41717a959fb4 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 3 May 2020 03:35:30 +0000 Subject: [PATCH 1/2] Update tools --- resources/tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index 0e7b122d..93336a3b 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -93,7 +93,7 @@ "website": "https://github.com/sensiolabs-de/deptrac", "command": { "phar-download": { - "phar": "https://github.com/sensiolabs-de/deptrac/releases/download/0.6.0/deptrac.phar", + "phar": "https://github.com/sensiolabs-de/deptrac/releases/download/0.7.0/deptrac.phar", "bin": "%target-dir%/deptrac" } }, @@ -187,7 +187,7 @@ "website": "https://github.com/phan/phan", "command": { "phar-download": { - "phar": "https://github.com/phan/phan/releases/download/2.7.1/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/3.0.0-RC2/phan.phar", "bin": "%target-dir%/phan" } }, From a31f5f14098ce82fc764b41ae005e107571a26c5 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Mon, 4 May 2020 09:30:36 +0100 Subject: [PATCH 2/2] Do not update phan just yet --- resources/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools.json b/resources/tools.json index 93336a3b..28c34d97 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -187,7 +187,7 @@ "website": "https://github.com/phan/phan", "command": { "phar-download": { - "phar": "https://github.com/phan/phan/releases/download/3.0.0-RC2/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/2.7.1/phan.phar", "bin": "%target-dir%/phan" } },