Drush 9 will require Drush services provided by a module to be listed in the extra section of the composer.json
Patch coming.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | default_content-composer_file_needs_drush_services_defined-2932809-2-D8.patch | 321 bytes | perignon |
Comments
Comment #2
perignon commentedPatch. Adds the soon-to-be-required information for Drush 9. Currently warnings are thrown in the console.
Comment #3
perignon commentedComment #4
andypostIs there links to drush 9 that prove that requirement?
Comment #5
perignon commentedYou can see it in this PR:
https://github.com/drush-ops/drush/pull/3189/files
And other projects like https://www.drupal.org/project/devel/issues/2927090 and https://www.drupal.org/project/config_split/issues/2926474
Comment #6
perignon commentedHere ya go: http://docs.drush.org/en/master/commands/
Comment #7
perignon commentedYou must not be using Drush 9.x yet. For now, 9.x is only throwing warnings but it will be required going forward at some point.
Comment #8
andypostThanx a lot for docs, will commit asap
Comment #10
andypostCommited, thanx for contribution!