I try to upgrade my commerce site from ver2 to ver3. I have use drupalcommerce/commerce_base from when I have start my site. I think this is the main problem that I'm stack to upgrade to ver3.
Check my error report when I try to upgrade to ver3. Could someone else have the same situation and if someone could help me.
Thanks in advance.
composer require 'drupal/commerce:^3.0' --with-all-dependencies
./composer.json has been updated
Running composer update drupal/commerce --with-all-dependencies
Gathering patches for root package.
> DrupalProject\composer\ScriptHandler::checkComposerVersion
Loading composer repositories with package information
Updating dependencies
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Root composer.json requires drupal/commerce ^3.0, found drupal/commerce[dev-3.0.x, 3.0.0-alpha1, ..., 3.0.x-dev] but these were not loaded, likely because it conflicts with another require.
Problem 2
- drupal/commerce_ajax_atc is locked to version 1.0.0-rc3 and an update of this package was not requested.
- drupal/commerce_ajax_atc 1.0.0-rc3 requires drupal/commerce ~2.8 || ^3.0 -> found drupal/commerce[dev-2.x, dev-3.0.x, 2.8.0, ..., 2.x-dev (alias of dev-2.x), 3.0.0-alpha1, ..., 3.0.x-dev] but these were not loaded, likely because it conflicts with another require.
Problem 3
- drupal/commerce_cart_api is locked to version 1.8.0 and an update of this package was not requested.
- drupal/commerce_cart_api 1.8.0 requires drupal/commerce ^2.13 -> found drupal/commerce[dev-2.x, 2.13.0, ..., 2.x-dev (alias of dev-2.x)] but it conflicts with your root composer.json require (^3.0).
Problem 4
- drupal/commerce_feeds is locked to version 1.0.0-alpha5 and an update of this package was not requested.
- drupal/commerce_feeds 1.0.0-alpha5 requires drupal/commerce ^2.0 || ^3.0 -> found drupal/commerce[dev-2.x, dev-3.0.x, 2.0.0-alpha1, ..., 2.x-dev (alias of dev-2.x), 3.0.0-alpha1, ..., 3.0.x-dev] but these were not loaded, likely because it conflicts with another require.
Problem 5
- drupal/commerce_reports is locked to version 1.0.0-rc4 and an update of this package was not requested.
- drupal/commerce_reports 1.0.0-rc4 requires drupal/commerce ^2.7 || ^3 -> found drupal/commerce[dev-2.x, dev-3.0.x, 2.7.0, ..., 2.x-dev (alias of dev-2.x), 3.0.0-alpha1, ..., 3.0.x-dev] but these were not loaded, likely because it conflicts with another require.
Problem 6
- drupalcommerce/commerce_base is locked to version 10.x-dev and an update of this package was not requested.
- drupalcommerce/commerce_base 10.x-dev requires drupal/commerce ^2.26 -> found drupal/commerce[dev-2.x, 2.26.0, ..., 2.x-dev (alias of dev-2.x)] but it conflicts with your root composer.json require (^3.0).
Problem 7
- drupal/commerce_cart 3.0.0 requires drupal/commerce * -> found drupal/commerce[dev-2.x, dev-3.0.x, 2.0.0-alpha1, ..., 2.x-dev (alias of dev-2.x), 3.0.0-alpha1, ..., 3.0.x-dev] but these were not loaded, likely because it conflicts with another require.
- drupal/commerce_product_limits 1.0.4 requires drupal/commerce_cart * -> satisfiable by drupal/commerce_cart[3.0.0].
- drupal/commerce_product_limits is locked to version 1.0.4 and an update of this package was not requested.