Unable to install with composer

Created on 18 April 2024, 2 months ago
Updated 19 April 2024, 2 months ago

Problem/Motivation

After a fresh install of Drupal 10.2.5 (composer create-project drupal/recommended-project:10.2.5 drupal_signage), tryied to install the Digital Signage Framework(composer require 'drupal/digital_signage_framework:^2.5') and got the message bellow.

-----------------------------------------------------------------------------------------------------------------------------
Problem 1
- Root composer.json requires drupal/digital_signage_framework ^2.5 -> satisfiable by drupal/digital_signage_framework[2.5.0, 2.5.1, 2.5.2].
- drupal/digital_signage_framework[2.5.0, ..., 2.5.2] require drupal/inline_entity_form ^1.0 | ^2.0 -> found drupal/inline_entity_form[dev-1.x, dev-2.0.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 2.0.0-beta1, ..., 2.0.x-dev (alias of dev-2.0.x)] but it does not match your minimum-stability.

Installation failed, reverting ./composer.json and ./composer.lock to their original content.
-----------------------------------------------------------------------------------------------------------------------------

Any ideas how to properly install it?

πŸ’¬ Support request
Status

Closed: works as designed

Version

2.5

Component

Miscellaneous

Created by

πŸ‡§πŸ‡·Brazil pharamis

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

Comments & Activities

  • Issue created by @pharamis
  • πŸ‡©πŸ‡ͺGermany jurgenhaas Gottmadingen

    This happens because the drupal/inline_entity_form module still doesn't have a stable release and your root composer.json has a configuration which requires minimum stability of stable.

    You either have to install drupal/inline_entity_form with its beta release first to tell composer that it's ok to use a beta version. Or you change the minimum stability in composer.json to beta.

  • Status changed to Closed: works as designed 2 months ago
  • πŸ‡§πŸ‡·Brazil pharamis

    In composer.json file, after changing the minimum-stability to beta, the installation could be done successfully.
    I'm very grateful for your help!

Production build 0.69.0 2024