πΊπΈUnited States JosephAllenM
Will these changes along with the drupal/domain version requirement in composer.json be made into a beta or stable release soon? I'm attempting to update drupal/domain to a D10 compatible version (2.0.0-beta1), but this project's composer.json as of 8.x-1.4 has a requirement of "drupal/domain": "^1.0"
which is preventing my update:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/domain ^2.0@beta, found drupal/domain[2.0.0-beta1] but these were not loaded, likely because it conflicts with another require.
Problem 2
- drupal/domain_path_redirect is locked to version 1.4.0 and an update of this package was not requested.
- drupal/domain_path_redirect 1.4.0 requires drupal/domain ^1.0 -> found drupal/domain[1.0.0-beta1, ..., 1.0.0-beta8] but it conflicts with your root composer.json require (^2.0@beta).
Installation failed, reverting ./composer.json and ./composer.lock to their original content.