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