You are using the deprecated option "--no-suggest". It has no effect and will break in Composer 3.

This commit is contained in:
Shish 2020-10-24 23:16:16 +01:00
parent 44636c4de3
commit ec8734cf45

View file

@ -63,7 +63,7 @@ jobs:
run: composer validate
- name: Install PHP dependencies
run: composer update && composer install --prefer-dist --no-progress --no-suggest
run: composer update && composer install --prefer-dist --no-progress
- name: Install shimmie
run: php index.php