Problem/Motivation
Getting below issue while installing module using composer:
Problem 1
- drupal/counter dev-1.x requires matomo-org/device-detector ^5.0 -> could not be found in any version, there may be a typo in the package name.
- drupal/counter 1.x-dev is an alias of drupal/counter dev-1.x and thus requires it to be installed too.
- Root composer.json requires drupal/counter 1.x-dev@dev -> satisfiable by drupal/counter[1.x-dev (alias of dev-1.x)].
Steps to reproduce
Run: composer require 'drupal/counter:1.x-dev@dev'
Comments
Comment #4
gaurav.kapoor commented@narendraR Thanks for reporting this issue. I noticed there was a typo in the package name in composer.json and I have fixed it now. I am able to install the module using composer now. Let me know if you are still getting issues.
Comment #5
narendrarWorked for me. Thanks.
Comment #6
gaurav.kapoor commented