From 511257cad62c6c913283151759cbaac56656070f Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Fri, 27 Mar 2020 10:34:21 +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 0221653f..b64f5ebd 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -669,11 +669,11 @@ "website": "https://psalm.dev/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.10.0/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.10.1/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.10.0/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.10.1/psalm.phar", "bin": "%target-dir%/psalm" } },