From 8646f4839a69b254ee4ef7709339ea0edc7b1b40 Mon Sep 17 00:00:00 2001 From: Roland Franssen Date: Thu, 14 Feb 2019 08:53:28 +0100 Subject: [PATCH] Update tools.json --- resources/tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index 51274370..532c9d50 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -589,11 +589,11 @@ "website": "https://getpsalm.org/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.0.13/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.0.15/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.0.13/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.0.15/psalm.phar", "bin": "%target-dir%/psalm" } },