You are using the deprecated option "--no-suggest". It has no effect and will break in Composer 3.
This commit is contained in:
parent
44636c4de3
commit
ec8734cf45
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test_and_publish.yml
vendored
2
.github/workflows/test_and_publish.yml
vendored
|
@ -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
|
||||
|
|
Reference in a new issue