You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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:
The text was updated successfully, but these errors were encountered: