Skip to content

Issue #3414396: Drush 12 compatibility

I didn't:

  • moved private_message.commands declaration from drush.services.yml to private_message.services.yml
  • deleted drush.services.yml

It is still working with Drush 11 as it is. Drush 12 is able to auto-detect the command since it is now located in the correct directory.

When we will want to drop Drush 11 support, we just will have to delete drush.services.yml

Merge request reports