Open danepowell opened 4 years ago
Good catch, I've updated my PR for some other Drupal9 fixes to include a fix to this : https://github.com/jhedstrom/DrupalDriver/pull/224.
Didn't run into this yet there as I've been testing with "drupal/core": "9.0.0-beta2 as 8.8.4",
After the recent work to upgrade Drupal Extension and Drupal Driver dependencies such as Symfony 4, I would have expected to be able to install them in a D9 application. But I cannot, due to apparent conflicts related to the drupal/core-utility dependency.
I suspect the issue is Drupal Driver requires drupal/core-utility:^8.4, and since drupal/core replaces drupal/core-utility, Composer interprets this as a conflict with drupal/core:^9.
I'm using this command to require drupal-driver:
composer require --dev --update-with-all-dependencies drupal/drupal-driver:dev-master
I'll post the Composer output and my composer.json below: