- Issue created by @jrockowitz
- Status changed to Needs review
8 months ago 3:22pm 8 April 2024 - Status changed to Fixed
8 months ago 3:25pm 8 April 2024 Automatically closed - issue fixed for 2 weeks with no activity.
See https://www.drush.org/12.x/commands/
- Drush 12 expects commandfiles to use a create() method to inject Drupal and Drush dependencies. Prior versions used a drush.services.yml file which is now deprecated and will be removed in Drush 13.
- Drush 12 expects all commandfiles in the
<module-name>/Drush/<Commands|Generators>
directory. TheDrush
subdirectory is a new requirement.
See similar issue π¬ Drush 12 compatibility Needs review for the Warmer module.
src/Drush
dir"drush/drush": "^11.6 || ^12"
create()
method in Drush commands (Not sure on that one π€)Fixed
1.0
Code
Automatically closed - issue fixed for 2 weeks with no activity.