Problem/Motivation

Getting below error while installing module using composer on drupal 9:
Problem 1
- drupal/watchdog_event_extras 1.x-dev is an alias of drupal/watchdog_event_extras dev-1.x and thus requires it to be installed too.
- drupal/watchdog_event_extras[dev-1.x, 1.2.0] require drupal/dblog-dblog * -> could not be found in any version, there may be a typo in the package name.
- Root composer.json requires drupal/watchdog_event_extras ^1.2 -> satisfiable by drupal/watchdog_event_extras[1.2.0, 1.x-dev (alias of dev-1.x)].

Steps to reproduce

Run composer require 'drupal/watchdog_event_extras:^1.2'

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

Comments

narendraR created an issue. See original summary.

  • 2pha committed 4979ea1 on 8.x-1.x
    Issue #3244554: Unable to install module using composer on drupal 9
    
2pha’s picture

Status: Active » Fixed
Related issues: +#3050893: Dependency namespacing in .info.yml file

Sorry about that..
Seems it was a problem with the dependancy in the info file introduced in 3050893.
It should now be fixed and a new release pushed.
Please comment here if you still have problems.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.