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