diff --git a/resources/tools.json b/resources/tools.json index 95c556eb..f74b6a5a 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/5.1.2/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" } },