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

Command icon 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

Spokje created an issue. See original summary.

spokje’s picture

Status: Active » Needs review
voleger’s picture

Status: Needs review » Reviewed & tested by the community
Related issues: +#3258276: Remove deprecated flag --no-suggest from drupal-phpunit-upgrade composer script

Looks good