From dce258b64c60c0d957ae119ebc8ebb7e78fee859 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Fri, 19 Mar 2021 03:48:21 +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..a26dfbf2 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.4/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.4/psalm.phar", "bin": "%target-dir%/psalm" } },