diff --git a/resources/tools.json b/resources/tools.json index e353e63e..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", @@ -119,11 +120,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 +176,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" } },