From 2b2f3a2b0e6c8f80c02c25f024d1fc7dbfe5546c Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Fri, 10 Apr 2020 08:11:45 +0200 Subject: [PATCH] The --no-suggest option has been removed in Composer 2 --- .github/workflows/ci.yml | 6 +++--- build.xml | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0859b5..4b15499 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: uses: "docker://ergebnis/composer-root-version-action:0.1.3" - name: "Update dependencies with composer" - run: "php7.3 ./tools/composer update --no-ansi --no-interaction --no-progress --no-suggest" + run: "php7.3 ./tools/composer update --no-ansi --no-interaction --no-progress" - name: "Run vimeo/psalm" run: "php7.3 ./tools/psalm --config=.psalm/config.xml --no-progress --shepherd --show-info=false --stats" @@ -74,11 +74,11 @@ jobs: - name: "Install lowest dependencies with composer" if: "matrix.dependencies == 'lowest'" - run: "./tools/composer update --no-ansi --no-interaction --no-progress --no-suggest --prefer-lowest" + run: "./tools/composer update --no-ansi --no-interaction --no-progress --prefer-lowest" - name: "Install highest dependencies with composer" if: "matrix.dependencies == 'highest'" - run: "./tools/composer update --no-ansi --no-interaction --no-progress --no-suggest" + run: "./tools/composer update --no-ansi --no-interaction --no-progress" - name: "Run tests with phpunit/phpunit" run: "vendor/bin/phpunit --coverage-clover=coverage.xml" diff --git a/build.xml b/build.xml index dadd779..634e163 100644 --- a/build.xml +++ b/build.xml @@ -13,7 +13,6 @@ -