From bbdb8d0550762746e594175a33da153c8c6fbcf8 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 14 May 2019 08:03:26 +0000 Subject: [PATCH 1/2] Update tools --- resources/tools.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index 5ef74efc..a105d718 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -187,7 +187,7 @@ "website": "https://github.com/phan/phan", "command": { "phar-download": { - "phar": "https://github.com/phan/phan/releases/download/1.3.3/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/2.0.0-RC2/phan.phar", "bin": "%target-dir%/phan" } }, @@ -631,11 +631,11 @@ "website": "https://getpsalm.org/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.2.11/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.2.12/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.2.11/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.2.12/psalm.phar", "bin": "%target-dir%/psalm" } }, From 44cb92aed377278a01efbe420df2d068352ffd5e Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 14 May 2019 09:25:54 +0100 Subject: [PATCH 2/2] Revert phan update --- resources/tools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/tools.json b/resources/tools.json index a105d718..40b83147 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -187,7 +187,7 @@ "website": "https://github.com/phan/phan", "command": { "phar-download": { - "phar": "https://github.com/phan/phan/releases/download/2.0.0-RC2/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/1.3.3/phan.phar", "bin": "%target-dir%/phan" } },