Unable to install commerce funds on commerce 3

Created on 25 September 2024, 3 months ago

Problem/Motivation

I need to install the funds module, i am using commerce 3, but am receiving this error via Composer

$ composer require 'drupal/commerce:^2.33'
./composer.json has been updated
Running composer update drupal/commerce
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.

Problem 1
- drupal/commerce[2.33.0, ..., 2.36.0] require drupal/inline_entity_form ^1.0@RC -> found drupal/inline_entity_form[dev-1.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x)] but it does not match your minimum-stability.
- drupal/commerce[2.37.0, ..., 2.40.0] require drupal/inline_entity_form ^1.0@RC || ^3.0@RC -> found drupal/inline_entity_form[dev-1.x, dev-3.x, 1.0.0-alpha1, ..., 1.x-dev (alias of dev-1.x), 3.0.0-rc15, ..., 3.x-dev (alias of dev-3.x)] but it does not match your minimum-stability.
- Root composer.json requires drupal/commerce ^2.33 -> satisfiable by drupal/commerce[2.33.0, ..., 2.40.0].

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

Steps to reproduce

Proposed resolution

Remaining tasks

User interface changes

API changes

Data model changes

💬 Support request
Status

Active

Version

2.1

Component

Code

Created by

🇹🇿Tanzania mrcniceguy

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

Comments & Activities

  • Issue created by @mrcniceguy
  • 🇭🇷Croatia Aporie

    This is not an issue related to Commerce Funds.

    You can try to set your minimum stability to dev: composer config minimum-stability dev

    Or try to find a version of Drupal commerce which uses drupal/inline_entity_form v2 (if it exists, seems they only want 1 or 3).

Production build 0.71.5 2024