- Issue created by @Thomas Kaisuka
- Merge request !7Edit composer.json to add requirement for commerce_payment ^3.0 β (Open) created by Thomas Kaisuka
Cannot install via composer when commerce ^3.0 is installed
Attempt to install the module for the first time via a Drupal 11 website using composer;
You get the error below;
Problem 1
- drupal/commerce_payment[2.0.0, ..., 2.3.0] require drupal/commerce ^2 -> found drupal/commerce[2.0.0, ..., 2.40.0] but it conflicts with your root composer.json require (^3.0).
- drupal/commerce_payment[2.4.0, ..., 2.16.0] require drupal/core ^8 -> found drupal/core[8.0.0, ..., 8.9.20] but the package is fixed to 11.1.3 (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_payment[2.17.0, ..., 2.18.0] require drupal/core ^8.7.7 || ^9 -> found drupal/core[8.7.7, ..., 8.9.20, 9.0.0, ..., 9.5.11] but the package is fixed to 11.1.3 (lock file version) by a partial update and that version does notmatch. Make sure you list it as an argument for the update command.
- drupal/commerce_payment[2.19.0, ..., 2.24.0] require drupal/core ^8.8 || ^9 -> found drupal/core[8.8.0, ..., 8.9.20,9.0.0, ..., 9.5.11] but the package is fixed to 11.1.3 (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_payment[2.25.0, ..., 2.28.0] require drupal/core ^8.9 || ^9 -> found drupal/core[8.9.0, ..., 8.9.20,9.0.0, ..., 9.5.11] but the package is fixed to 11.1.3 (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_payment[2.29.0, ..., 2.31.0] require drupal/core ^9.2 || ^10 -> found drupal/core[9.2.0, ..., 9.5.11, 10.0.0, ..., 10.4.3] but the package is fixed to 11.1.3 (lock file version) by a partial update and that version does notmatch. Make sure you list it as an argument for the update command.
- drupal/commerce_payment[2.32.0, ..., 2.40.0] require drupal/core ^9.3 || ^10 -> found drupal/core[9.3.0, ..., 9.5.11, 10.0.0, ..., 10.4.3] but the package is fixed to 11.1.3 (lock file version) by a partial update and that version does notmatch. Make sure you list it as an argument for the update command.
- drupal/commerce_rave 1.2.0 requires drupal/commerce_payment ^2 -> satisfiable by drupal/commerce_payment[2.0.0, ...,2.40.0].
- Root composer.json requires drupal/commerce_rave ^1.2 -> satisfiable by drupal/commerce_rave[1.2.0].
Use the option --with-all-dependencies (-W) to allow upgrades, downgrades and removals for packages currently locked to specific versions.
Active
1.2
Code