From 9d488e47a391c2735ad3eb14d5dace998d5f7792 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sat, 13 Apr 2019 07:49:15 +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 a658a6c1..dea3e4a3 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -57,7 +57,7 @@ "website": "https://dephpend.com/", "command": { "phar-download": { - "phar": "https://github.com/mihaeu/dephpend/releases/download/0.5.0/dephpend.phar", + "phar": "https://github.com/mihaeu/dephpend/releases/download/0.6.0/dephpend-0.6.0.phar", "bin": "%target-dir%/dephpend" } }, @@ -631,11 +631,11 @@ "website": "https://getpsalm.org/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.2.5/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.2.7/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.2.5/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.2.7/psalm.phar", "bin": "%target-dir%/psalm" } },