From 829b1f98c391042839b0c9e8c8fbebd949e3c844 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 10 Mar 2020 10:25: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 07733820..8bdb030c 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/2.5.0/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/2.6.0/phan.phar", "bin": "%target-dir%/phan" } }, @@ -669,11 +669,11 @@ "website": "https://psalm.dev/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.9.4/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.9.5/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.9.4/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.9.5/psalm.phar", "bin": "%target-dir%/psalm" } },