- Issue created by @bogdog400
- 🇮🇱Israel jsacksick
You need to change your minimum stability to "dev" in the composer.json.
When I try to install on a clean, new version of Drupal 11.2, I get this error from Composer:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/commerce_paypal ^1.10 -> satisfiable by drupal/commerce_paypal[1.10.0].
- drupal/commerce 2.40.0 requires drupal/core ^9.3 || ^10 -> found drupal/core[9.3.0, ..., 9.5.11, 10.0.0, ..., 10.5.1] but the package is fixed to 11.2.2 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- drupal/commerce[3.0.0, ..., 3.1.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.
- drupal/commerce_paypal 1.10.0 requires drupal/commerce ^2.40 || ^3 -> satisfiable by drupal/commerce[2.40.0, 3.0.0, 3.0.1, 3.0.2, 3.1.0].
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.
TIA
Active
1.0
------------------
You need to change your minimum stability to "dev" in the composer.json.