I tried to Upgrade my Drupal 10 Commerce site to Drupal 11, but composer is preventing this because Commerce Agree Terms requires Commerce ^3.0 in its composer.json, but the correct version for Commerce that works with Drupal 11 is 3.2
composer require drupal/commerce:^3.2 -W
change the composer.json to accept version 3.2 of Commerce as dependency. I don't know if there are possible side effects in simply ditching the requirement to ^3, or it would be cleaner to add a separate version requirement like this:
"require": {
"drupal/commerce": "~2.8 || ^3.0 || ^3.2"
},
Active
2.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.