Composer fails to install drupal/drupalmoduleupgrader

Created on 10 February 2023, over 1 year ago
Updated 15 February 2023, over 1 year ago

I cannot get this module to install using composer require 'drupal/drupalmoduleupgrader:^1.9' also tried adding --with-dependencies.

Composer complains with:
Your requirements could not be resolved to an installable set of packages.

Problem 1
- Root composer.json requires drupal/drupalmoduleupgrader ^1.9 -> satisfiable by drupal/drupalmoduleupgrader[1.9.0].
- drupal/drupalmoduleupgrader 1.9.0 requires jcnventura/pharborist dev-master -> found jcnventura/pharborist[dev-master] but it does not match your minimum-stability.

Setup is:
Drupal 9.5.3 with PHP 8.1.13

Not entirely sure this is a bug or if I need to modify something in my composer.json as default install of drupal with composer now sets minimum-stability to "stable"

read through: https://www.drupal.org/node/3174472 β†’ - Drupal Project templates no longer use minimum-stability "dev"
- So not entirely sure it's even possible to switch to dev (if that is what is required for this to install)

Is there a way to get jcnventura/pharborist installed with composer prior to installing this?

There is nothing in this modules documentation addressing this and I couldn't find anything in issues for this project.

Any help and clarification would be greatly appreciated.

πŸ› Bug report
Status

Closed: works as designed

Version

1.9

Component

Code

Created by

πŸ‡ΊπŸ‡ΈUnited States sidgrafix

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

  • Issue created by @sidgrafix
  • Status changed to Closed: works as designed over 1 year ago
  • πŸ‡ΊπŸ‡ΈUnited States sidgrafix

    Set up a test installation and changed minimum-stability to dev in composer.json and this module installed without any complaints.

    - closing this issue

Production build 0.71.5 2024