From 46d9220e6f13434514962ce40e72b205275ca484 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Fri, 26 Feb 2021 03:46:08 +0000 Subject: [PATCH] Update tools --- resources/psalm.json | 4 ++-- resources/test.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/psalm.json b/resources/psalm.json index 7a3bc50b..fbf1ed83 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.1/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/4.6.2/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/4.6.1/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/4.6.2/psalm.phar", "bin": "%target-dir%/psalm" } }, diff --git a/resources/test.json b/resources/test.json index b0d4c347..b621539a 100644 --- a/resources/test.json +++ b/resources/test.json @@ -19,11 +19,11 @@ "website": "https://infection.github.io/", "command": { "file-download": { - "url": "https://github.com/infection/infection/releases/download/0.21.1/infection.phar.asc", + "url": "https://github.com/infection/infection/releases/download/0.21.2/infection.phar.asc", "file": "%target-dir%/infection.phar.asc" }, "phar-download": { - "phar": "https://github.com/infection/infection/releases/download/0.21.1/infection.phar", + "phar": "https://github.com/infection/infection/releases/download/0.21.2/infection.phar", "bin": "%target-dir%/infection" } },