Problem/Motivation
Drush is a great tool but it is not required to make this module work. It shouldn't be declared as a dependency in the composer.json file.
If necessary for the tests, it should be declared as a dev dependency.
It could also be added to the suggests section to inform the persons requiring it that it has drush commands.
Proposed resolution
Remove drush from composer.json's dependencies.
Issue fork schemadotorg-3565234
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
duaelfrComment #4
jrockowitz commentedComposer is failing to build.
I think Drush should be declared as a dev dependency.
Comment #5
jrockowitz commentedThere seems to be an unrelated composer issue occurring.
Comment #6
jrockowitz commented