The "Upgrade Status" module reports that "Commerce Base" exists in site file structure, but is not installed and suggests removing it. I expect that the Commerce project references those files to work, but I don’t know.
Should this project in my composer/json ‘requires’ list be removed using Composer?
"drupalcommerce/commerce_base": "dev-8.x-1.x",
My original Drupal 8 install was with Composer using:
composer create-project drupalcommerce/project-base XXXXXX --stability dev
I presently have Commerce 8.x-2.26 installed.
I’d like to upgrade to from Drupal 8.9.x to 9.2.x.
Thank you for any advice!