Closed marceldobrica closed 6 years ago
What is the process to upgrade composer lightning project from acquia/lightning (2.2.7) to acquia/lightning (3.0.0) - simple composer update and drush updb dosen't work.
Hi. You need to change the constraint in your composer.json file. You can do so by running the following commands:
composer require acquia/lightning:~3.0.1 --no-update composer update
Thank you.
What is the process to upgrade composer lightning project from acquia/lightning (2.2.7) to acquia/lightning (3.0.0) - simple composer update and drush updb dosen't work.