Closed (works as designed)
Project:
Commerce Core
Version:
8.x-2.17
Component:
Cart
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
26 Mar 2020 at 15:58 UTC
Updated:
24 Jun 2020 at 07:16 UTC
Jump to comment: Most recent
Comments
Comment #2
martijn de witI believe when you update with composer you should not use
composer require. The problem you are facing is that the dependencies are not updated with this command.did you try to bump the version to dev in your composer.json and then run
composer update drupal/commerce --with-all-dependenciesComment #3
playfulwolf commentedthank you very much, it worked with
composer update drupal/commerce --with-all-dependenciesComment #4
jaskaran.nagra commentedIt didn't work for me. I managed to finally get it resolved using
composer update drupal/commerce drupal/commerce_cart drupal/commerce_order drupal/commerce_checkout drupal/commerce_payment drupal/commerce_price drupal/commerce_product drupal/commerce_store drupal/commerce_number_pattern --with-all-dependencies