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
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 3133476-3.patch | 2.63 KB | heddn |
| #2 | 3133476.patch | 609 bytes | heddn |
Comments
Comment #2
heddnI haven't done any manual testing, but here's something for us to play with.
Comment #3
heddnAnd here's explicit test coverage for Drush 10 that shows this all works.
Comment #5
joelpittetThanks for the test coverage, committed to the dev branch.
Comment #7
joelpittet