From f2af3b789da9c218868f1da3927990d2a759957d Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Fri, 18 Oct 2019 09:21:45 +0000 Subject: [PATCH 1/2] Update tools --- resources/tools.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index 95c556eb..b44cf905 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.1/infection.phar.asc", + "url": "https://github.com/infection/infection/releases/download/0.14.2/infection.phar.asc", "file": "%target-dir%/infection.phar.asc" }, "phar-download": { - "phar": "https://github.com/infection/infection/releases/download/0.14.1/infection.phar", + "phar": "https://github.com/infection/infection/releases/download/0.14.2/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.2.12/phan.phar", + "phar": "https://github.com/phan/phan/releases/download/2.3.0/phan.phar", "bin": "%target-dir%/phan" } }, @@ -473,7 +473,7 @@ "website": "http://www.phpspec.net/", "command": { "phar-download": { - "phar": "https://github.com/phpspec/phpspec/releases/download/5.1.1/phpspec.phar", + "phar": "https://github.com/phpspec/phpspec/releases/download/6.0.0/phpspec.phar", "bin": "%target-dir%/phpspec" } }, @@ -633,11 +633,11 @@ "website": "https://psalm.dev/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.5.3/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.6.1/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.5.3/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.6.1/psalm.phar", "bin": "%target-dir%/psalm" } }, @@ -676,7 +676,7 @@ "website": "https://github.com/Roave/BackwardCompatibilityCheck", "command": { "phar-download": { - "phar": "https://github.com/Roave/BackwardCompatibilityCheck/releases/download/4.0.0/roave-backward-compatibility-check.phar", + "phar": "https://github.com/Roave/BackwardCompatibilityCheck/releases/download/4.1.0/roave-backward-compatibility-check.phar", "bin": "%target-dir%/roave-backward-compatibility-check" } }, From c19b87c68a6da79da9f27c4b08665f00650216bf Mon Sep 17 00:00:00 2001 From: Jakub Zalas Date: Fri, 18 Oct 2019 11:40:03 +0100 Subject: [PATCH 2/2] Revert phpspec and roave-backward-compatibility-check updates --- resources/tools.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/tools.json b/resources/tools.json index b44cf905..f74b6a5a 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -473,7 +473,7 @@ "website": "http://www.phpspec.net/", "command": { "phar-download": { - "phar": "https://github.com/phpspec/phpspec/releases/download/6.0.0/phpspec.phar", + "phar": "https://github.com/phpspec/phpspec/releases/download/5.1.2/phpspec.phar", "bin": "%target-dir%/phpspec" } }, @@ -676,7 +676,7 @@ "website": "https://github.com/Roave/BackwardCompatibilityCheck", "command": { "phar-download": { - "phar": "https://github.com/Roave/BackwardCompatibilityCheck/releases/download/4.1.0/roave-backward-compatibility-check.phar", + "phar": "https://github.com/Roave/BackwardCompatibilityCheck/releases/download/4.0.0/roave-backward-compatibility-check.phar", "bin": "%target-dir%/roave-backward-compatibility-check" } },