From d36ba7180326e2fb830cf851c74a3cbdacd18964 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sat, 28 Dec 2019 09:50:58 +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 ee2f88cd..f8bc4e60 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -633,11 +633,11 @@ "website": "https://psalm.dev/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.7.2/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.8.0/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.7.2/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.8.0/psalm.phar", "bin": "%target-dir%/psalm" } },