From 5fc4b3b5b7c5dad17230ccd14db85c51a868838a Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 26 Nov 2019 09:37:45 +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 e353e63e..4a8bf8da 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -119,11 +119,11 @@ "website": "https://infection.github.io/", "command": { "file-download": { - "url": "https://github.com/infection/infection/releases/download/0.14.2/infection.phar.asc", + "url": "https://github.com/infection/infection/releases/download/0.14.3/infection.phar.asc", "file": "%target-dir%/infection.phar.asc" }, "phar-download": { - "phar": "https://github.com/infection/infection/releases/download/0.14.2/infection.phar", + "phar": "https://github.com/infection/infection/releases/download/0.14.3/infection.phar", "bin": "%target-dir%/infection" } }, @@ -175,7 +175,7 @@ "website": "https://github.com/phan/phan", "command": { "phar-download": { - "phar": "https://github.com/phan/phan/releases/download/2.4.2/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/2.4.4/phan.phar", "bin": "%target-dir%/phan" } }, From 242a3c2adae3e00c9c38fa042f142841a444e1c8 Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Tue, 26 Nov 2019 10:26:29 +0000 Subject: [PATCH 2/2] Exclude easycodingstandard on PHP 7.1 --- resources/tools.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/resources/tools.json b/resources/tools.json index 4a8bf8da..f26a49bf 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -111,7 +111,8 @@ "target-dir": "%target-dir%/EasyCodingStandard" } }, - "test": "ecs -h" + "test": "ecs -h", + "tags": ["exclude-php:7.1"] }, { "name": "infection",