Add support for Drush 9 and Drupal 8.4#304
Conversation
Drupal 8.4.x works great with Drush 9 dependency wise. For people with a lot of dependencies it might be easier to resolve to a working set of dependencies if we also allow Drush 9 as an option.
|
But it does not work the other way around. This change would install drush 9 for drupal core 8.3.x |
|
I works because we have prefer-stable enabled. |
|
@webflo now we have stable 8.4 core. |
|
In composer.json there is still a refererence to symfony/css-selector 2.x. |
|
OK thanks for the report. I will update the CSS selector. By the way Drush 8 is now also compatible with Drupal 8.4, so we can declare support for both. |
…e compatible with Drupal 8.4 and earlier.
|
We already had support for Drush 8. Updated the CSS selector requirement and also bumped the minimum Drush 9 version to the latest beta. I think this will probably be good to go if this comes back green. |
|
Merging this in, 8.4.0 has been out for a few weeks already. |
Drupal 8.4.x works great with Drush 9 dependency wise. For people with a lot of dependencies it might be easier to resolve to a working set of dependencies if we also allow Drush 9 as an option.