Proper upgrade from from 2.2.7 to 3.0.0?
Closed this issue · 2 comments
marceldobrica commented
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.
balsama commented
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
marceldobrica commented
Thank you.