Dependency error: pear/log 1.13.1 requires pear/pear_exception 1.0.0

Hi,

In my drupal 8.8.1 I'm having this problem:

$ composer require roundearth/civicrm-composer-plugin civicrm/civicrm-drupal-8 Using version dev-master for roundearth/civicrm-composer-plugin Using version ^5.23 for civicrm/civicrm-drupal-8 ./composer.json has been updated DrupalProject\composer\ScriptHandler::checkComposerVersion Loading composer repositories with package information Updating dependencies (including require-dev) Your requirements could not be resolved to an installable set of packages.

Problem 1 - Installation request for pear/pear_exception (locked at v1.0.1) -> satisfiable by pear/pear_exception[v1.0.1]. - civicrm/civicrm-drupal-8 5.23.x-dev requires civicrm/civicrm-core >=5.21.0 -> satisfiable by civicrm/civicrm-core[5.21.0, 5.21.1, 5.21.2, 5.21.x-dev, 5.22.0, 5.22.1, 5.22.x-dev, 5.23.0, 5.23.x-dev, 5.24.x-dev, dev-master]. - civicrm/civicrm-drupal-8 5.24.x-dev requires civicrm/civicrm-core >=5.21.0 -> satisfiable by civicrm/civicrm-core[5.21.0, 5.21.1, 5.21.2, 5.21.x-dev, 5.22.0, 5.22.1, 5.22.x-dev, 5.23.0, 5.23.x-dev, 5.24.x-dev, dev-master]. - civicrm/civicrm-core 5.21.0 requires pear/log 1.13.1 -> satisfiable by pear/log[1.13.1]. - civicrm/civicrm-core 5.21.1 requires pear/log 1.13.1 -> satisfiable by pear/log[1.13.1]. - civicrm/civicrm-core 5.21.2 requires pear/log 1.13.1 -> satisfiable by pear/log[1.13.1]. - civicrm/civicrm-core 5.21.x-dev requires pear/log 1.13.1 -> satisfiable by pear/log[1.13.1]. - civicrm/civicrm-core 5.22.0 requires pear/log 1.13.1 -> satisfiable by pear/log[1.13.1]. - civicrm/civicrm-core 5.22.1 requires pear/log 1.13.1 -> satisfiable by pear/log[1.13.1]. - civicrm/civicrm-core 5.22.x-dev requires pear/log 1.13.1 -> satisfiable by pear/log[1.13.1]. - civicrm/civicrm-core 5.23.0 requires pear/log 1.13.1 -> satisfiable by pear/log[1.13.1]. - civicrm/civicrm-core 5.23.x-dev requires pear/log 1.13.1 -> satisfiable by pear/log[1.13.1]. - civicrm/civicrm-core 5.24.x-dev requires pear/log 1.13.1 -> satisfiable by pear/log[1.13.1]. - civicrm/civicrm-core dev-master requires pear/log 1.13.1 -> satisfiable by pear/log[1.13.1]. - Conclusion: don't install civicrm/civicrm-drupal-8 5.23.0|install pear/log 1.13.1 - pear/log 1.13.1 requires pear/pear_exception 1.0.0 -> satisfiable by pear/pear_exception[v1.0.0]. - Conclusion: don't install pear/pear_exception v1.0.0 - Installation request for civicrm/civicrm-drupal-8 ^5.23 -> satisfiable by civicrm/civicrm-drupal-8[5.23.0, 5.23.x-dev, 5.24.x-dev].

Installation failed, reverting ./composer.json to its original content.