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 @@
-