From fb49d35b052fbae1abe61fbf4efe4d2d9c72b812 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 9 Jul 2019 08:31:23 +0000 Subject: [PATCH] Update tools --- resources/tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index f326a9f3..46f61358 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -633,11 +633,11 @@ "website": "https://getpsalm.org/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.4.7/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.4.8/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.4.7/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.4.8/psalm.phar", "bin": "%target-dir%/psalm" } },