- Issue created by @dan612
Hello!
When attempting to install the latest dev release of this module with Drupal 10 using composer 2, I am met with the following error:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/drupal[8.4.0-alpha1, ..., 8.7.x-dev] require composer/installers ^1.0.24 -> found composer/installers[v1.0.24, ..., 1.x-dev] but it conflicts with your root composer.json require (^2.0).
- drupal/views_mobile dev-3.x requires drupal/views-views * -> satisfiable by drupal/views-views[dev-3.x, 3.x-dev (alias of dev-3.x)].
- drupal/views-views 3.x-dev is an alias of drupal/views-views dev-3.x and thus requires it to be installed too.
- drupal/views_mobile 3.x-dev is an alias of drupal/views_mobile dev-3.x and thus requires it to be installed too.
- drupal/views-views[dev-3.x, 3.x-dev] require drupal/core ~8.0 -> satisfiable by drupal/drupal[8.4.0-alpha1, ..., 8.7.x-dev].
- Root composer.json requires drupal/views_mobile 3.x-dev -> satisfiable by drupal/views_mobile[3.x-dev (alias of dev-3.x)].
I believe this is due to the dependency declared in the project .info.yml file:
dependencies:
mobile_detect: 'mobile_detect:mobile_detect'
views: 'views:views'
According to
https://www.drupal.org/docs/develop/creating-modules/let-drupal-know-abo... β
i believe this should be
drupal:views
Active
3.0
Code