Problem/Motivation
Looking at a full log of a Drupal CI run there's this warning:
You are using the deprecated option "--no-suggest". It has no effect and will break in Composer 3.
This flag has been deprecated in composer 2.x: https://getcomposer.org/upgrade/UPGRADE-2.0.md
Steps to reproduce
Look at a full log of a Drupal CI, see warning mentioned above
Proposed resolution
Remove usage of deprecated flag --no-suggest before composer 3 lands.
Remaining tasks
User interface changes
API changes
Data model changes
Issue fork drupalci_testbot-3332176
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
spokjeComment #4
volegerLooks good