From 3db2d8134aab3f61591e7ae1a6c43df6a1389c53 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 31 Mar 2019 20:19:18 +0100 Subject: [PATCH] Install dephpend from the phar published to github phar.dephpend.com seems to be down at the moment. --- resources/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools.json b/resources/tools.json index 4e123da9..0f1156d2 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -57,7 +57,7 @@ "website": "https://dephpend.com/", "command": { "phar-download": { - "phar": "https://phar.dephpend.com/dephpend.phar", + "phar": "https://github.com/mihaeu/dephpend/releases/download/0.5.0/dephpend.phar", "bin": "%target-dir%/dephpend" } },