From c6d09f8ebeac05ddfe380b2f3c5e08d5480a16e6 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Wed, 17 Mar 2021 03:47:29 +0000 Subject: [PATCH] Update tools --- resources/psalm.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/psalm.json b/resources/psalm.json index fbf1ed83..a4925a93 100644 --- a/resources/psalm.json +++ b/resources/psalm.json @@ -6,11 +6,11 @@ "website": "https://psalm.dev/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/4.6.2/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/4.6.3/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/4.6.2/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/4.6.3/psalm.phar", "bin": "%target-dir%/psalm" } },