From a3eb972503ed5a45716ea063b57bbb0e34c58bf4 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Sun, 14 Feb 2021 03:44:33 +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 78e5949c..caebf545 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.5.1/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/4.5.2/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/4.5.1/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/4.5.2/psalm.phar", "bin": "%target-dir%/psalm" } },