Problem/Motivation

During config import with -vvv flag, we can see message like this.
clientside_validation_jquery commands loaded even though its constraint (^9) is incompatible with Drush 11.6.0. Broaden the constraint in modules/contrib/clientside_validation/clientside_validation_jquery/composer.json (see 'extra\drush\services' section) to remove this message.

Steps to reproduce

drush cim -vvv

Proposed resolution

Support higher versions of drush than our basic version.

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

lamp5 created an issue.