From a2ba63e09777bf90bc4b0f6ef34f851b76b40434 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 26 Mar 2019 07:41:10 +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 39e62784..4e123da9 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -634,11 +634,11 @@ "website": "https://getpsalm.org/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.2.2/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.2.4/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.2.2/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.2.4/psalm.phar", "bin": "%target-dir%/psalm" } },