From 6458bcc64ab1891290e354b3e90843796c932354 Mon Sep 17 00:00:00 2001 From: Pawel Filipczak Date: Mon, 17 Aug 2026 14:31:09 +0200 Subject: [PATCH] ci: remove unused paratest installation from install-composer.sh paratest is not used anywhere in the test suite - composer test runs parallel-lint, phpcs and phpunit only. brianium/paratest ^7.8 requires phpunit ^11.5 which conflicts with the project's phpunit ^8.5||^9.5||^10. --- .ci/scripts/install-composer.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.ci/scripts/install-composer.sh b/.ci/scripts/install-composer.sh index 6f75c7b..92570b3 100755 --- a/.ci/scripts/install-composer.sh +++ b/.ci/scripts/install-composer.sh @@ -18,6 +18,3 @@ if (!hash_equals(\$signature, \$hash)) { \ php /tmp/installer.php --no-ansi --install-dir=. --filename=composer --version=${COMPOSER_VERSION}; \ composer --ansi --version --no-interaction; \ rm -f /tmp/installer.php - -## Install dependencies -composer require --no-progress --no-ansi --dev brianium/paratest