- Issue created by @kinetix242
On trying to install this module, with a current Drupal 10.2.3 setup, I get:
$ composer require 'drupal/webblog:^10.0'
./composer.json has been updated
Running composer update drupal/webblog
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- drupal/webblog 10.0.1 requires drupal/webassets ~10.0 -> satisfiable by drupal/webassets[10.0.0].
- drupal/webblog 10.0.0 requires drupal/manage_display ~2.0 -> found drupal/manage_display[dev-2.0.x, dev-2.1.x, 2.0.0-alpha1, 2.0.0-beta1, 2.0.x-dev (alias of dev-2.0.x), 2.1.x-dev (alias of dev-2.1.x)] but it does not match your minimum-stability.
- drupal/webassets 10.0.0 requires drupal/media_directories ~2.1.0 -> found drupal/media_directories[dev-2.1.x, 2.1.0-beta1, 2.1.0-beta2, 2.1.0-beta3, 2.1.x-dev (alias of dev-2.1.x)] but it does not match your minimum-stability.
- Root composer.json requires drupal/webblog ^10.0 -> satisfiable by drupal/webblog[10.0.0, 10.0.1].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Installation failed, reverting ./composer.json and ./composer.lock to their original content.
Active
10.0
Code