Problem/Motivation

composer.json has drush 9 explicit support listed

Proposed resolution

  "extra": {
    "drush": {
      "services": {
        "drush.services.yml": "^9 || ^10"
      }
    }
  }

Remaining tasks

User interface changes

API changes

Data model changes

Release notes snippet

CommentFileSizeAuthor
#3 3133476-3.patch2.63 KBheddn
#2 3133476.patch609 bytesheddn

Comments

heddn created an issue. See original summary.

heddn’s picture

Status: Active » Needs review
StatusFileSize
new609 bytes

I haven't done any manual testing, but here's something for us to play with.

heddn’s picture

StatusFileSize
new2.63 KB

And here's explicit test coverage for Drush 10 that shows this all works.

  • joelpittet committed 5feb9ee on 8.x-3.x authored by heddn
    Issue #3133476 by heddn: Add explicit Drush 10 support (since Drush 9...
joelpittet’s picture

Status: Needs review » Fixed

Thanks for the test coverage, committed to the dev branch.

joelpittet’s picture

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.