From b7812feb1612753c7801a0db37d35cfe997e28a1 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Thu, 31 Jan 2019 18:32:06 +0000 Subject: [PATCH] Update infection, phan and psalm --- resources/tools.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index cd056d1e..25561f3f 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -118,11 +118,11 @@ "website": "https://infection.github.io/", "command": { "file-download": { - "url": "https://github.com/infection/infection/releases/download/0.11.5/infection.phar.asc", + "url": "https://github.com/infection/infection/releases/download/0.12.0/infection.phar.asc", "file": "%target-dir%/infection.phar.asc" }, "phar-download": { - "phar": "https://github.com/infection/infection/releases/download/0.11.5/infection.phar", + "phar": "https://github.com/infection/infection/releases/download/0.12.0/infection.phar", "bin": "%target-dir%/infection" } }, @@ -161,7 +161,7 @@ "website": "https://github.com/phan/phan", "command": { "phar-download": { - "phar": "https://github.com/phan/phan/releases/download/1.2.0/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/1.2.1/phan.phar", "bin": "%target-dir%/phan" } }, @@ -578,11 +578,11 @@ "website": "https://getpsalm.org/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.0.11/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.0.13/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.0.11/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.0.13/psalm.phar", "bin": "%target-dir%/psalm" } },