From 0b5b8dffe6c4cdd7bb7ddd05747cf3c02fedc553 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Mon, 30 Dec 2019 09:50:46 +0000 Subject: [PATCH] Update tools --- resources/tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index f8bc4e60..014cd25d 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -175,7 +175,7 @@ "website": "https://github.com/phan/phan", "command": { "phar-download": { - "phar": "https://github.com/phan/phan/releases/download/2.4.5/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/2.4.6/phan.phar", "bin": "%target-dir%/phan" } }, @@ -633,11 +633,11 @@ "website": "https://psalm.dev/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.8.0/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.8.1/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.8.0/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.8.1/psalm.phar", "bin": "%target-dir%/psalm" } },