From 1fcf9896d71b4b8231a6bfe25cfd165deced4642 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 19 Feb 2019 15:11:31 +0000 Subject: [PATCH] Update phan (1.2.3 -> 1.2.4) and psalm (3.0.16 -> 3.0.17) --- resources/tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index 22acc78d..2750053d 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -161,7 +161,7 @@ "website": "https://github.com/phan/phan", "command": { "phar-download": { - "phar": "https://github.com/phan/phan/releases/download/1.2.3/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/1.2.4/phan.phar", "bin": "%target-dir%/phan" } }, @@ -589,11 +589,11 @@ "website": "https://getpsalm.org/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.0.16/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.0.17/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.0.16/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.0.17/psalm.phar", "bin": "%target-dir%/psalm" } },