diff --git a/README.md b/README.md index 321d2bf3..afc27861 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ It has been extracted as a separate project to make maintenance easier and enabl | larastan | [PHPStan extension for Laravel](https://github.com/nunomaduro/larastan) | ✅ | ✅ | ✅ | | local-php-security-checker | [Checks composer dependencies for known security vulnerabilities](https://github.com/fabpot/local-php-security-checker) | ✅ | ✅ | ✅ | | parallel-lint | [Checks PHP file syntax](https://github.com/JakubOnderka/PHP-Parallel-Lint) | ✅ | ✅ | ❌ | -| paratest | [Parallel testing for PHPUnit](https://github.com/paratestphp/paratest) | ✅ | ✅ | ❌ | +| paratest | [Parallel testing for PHPUnit](https://github.com/paratestphp/paratest) | ✅ | ✅ | ✅ | | pdepend | [Static Analysis Tool](https://pdepend.org/) | ✅ | ✅ | ✅ | | phan | [Static Analysis Tool](https://github.com/phan/phan) | ✅ | ✅ | ✅ | | phive | [PHAR Installation and Verification Environment](https://phar.io/) | ✅ | ✅ | ✅ | diff --git a/resources/test.json b/resources/test.json index 1a5b26ce..4f6926de 100644 --- a/resources/test.json +++ b/resources/test.json @@ -45,13 +45,14 @@ "summary": "Parallel testing for PHPUnit", "website": "https://github.com/paratestphp/paratest", "command": { - "phive-install": { - "alias": "paratestphp/paratest@^5.0.4", - "bin": "%target-dir%/paratest" + "composer-bin-plugin": { + "package": "brianium/paratest", + "namespace": "paratest", + "links": {"%target-dir%/paratest": "paratest"} } }, "test": "paratest --version", - "tags": ["exclude-php:8.0", "test"] + "tags": ["test"] }, { "name": "phpcov",