From 71e67a9d557de4c5af0b2a747f260598b62575d3 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 18 Jun 2020 03:34:36 +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 5e5945ef..2536e642 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -683,11 +683,11 @@ "website": "https://psalm.dev/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.11.5/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.11.6/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.11.5/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.11.6/psalm.phar", "bin": "%target-dir%/psalm" } },