diff --git a/resources/tools.json b/resources/tools.json index f26a49bf..5e5e81e5 100644 --- a/resources/tools.json +++ b/resources/tools.json @@ -120,11 +120,11 @@ "website": "https://infection.github.io/", "command": { "file-download": { - "url": "https://github.com/infection/infection/releases/download/0.14.3/infection.phar.asc", + "url": "https://github.com/infection/infection/releases/download/0.15.0/infection.phar.asc", "file": "%target-dir%/infection.phar.asc" }, "phar-download": { - "phar": "https://github.com/infection/infection/releases/download/0.14.3/infection.phar", + "phar": "https://github.com/infection/infection/releases/download/0.15.0/infection.phar", "bin": "%target-dir%/infection" } }, @@ -513,11 +513,12 @@ "website": "https://github.com/localheinz/phpstan-rules", "command": { "composer-bin-plugin": { - "package": "localheinz/phpstan-rules", + "package": "localheinz/phpstan-rules:dev-master", "namespace": "phpstan" } }, - "test": "composer global bin phpstan show localheinz/phpstan-rules" + "test": "composer global bin phpstan show localheinz/phpstan-rules", + "tags": ["exclude-php:7.1"] }, { "name": "phpstan-strict-rules", @@ -634,11 +635,11 @@ "website": "https://psalm.dev/", "command": { "file-download": { - "url": "https://github.com/vimeo/psalm/releases/download/3.6.6/psalm.phar.asc", + "url": "https://github.com/vimeo/psalm/releases/download/3.7.2/psalm.phar.asc", "file": "%target-dir%/psalm.phar.asc" }, "phar-download": { - "phar": "https://github.com/vimeo/psalm/releases/download/3.6.6/psalm.phar", + "phar": "https://github.com/vimeo/psalm/releases/download/3.7.2/psalm.phar", "bin": "%target-dir%/psalm" } },