From cc8b150f7cd56891df6e74d9b1cd6b93e2f65f51 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Fri, 10 May 2019 08:02:21 +0000 Subject: [PATCH] Update tools --- resources/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools.json b/resources/tools.json index 5ef74efc..fa6f4c89 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/1.3.3/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/2.0.0-RC1/phan.phar", "bin": "%target-dir%/phan" } },