Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 836 Bytes

updating-blt.md

File metadata and controls

15 lines (9 loc) · 836 Bytes

Updating BLT

Updating a composer-managed version

If you are already using BLT via Composer, you can update to the latest version of BLT using composer.

  1. To update to the latest version of BLT that is compatible with your existing dependencies, run the following commands:

     composer update acquia/blt --with-all-dependencies
    

    This will cause Composer to update all of your dependencies (in accordance with your version constraints) and permit the latest version of BLT to be installed.

  2. Check the release information to see if there are special update instructions for the new version.

  3. Review and commit changes to your project files.

  4. Rarely, you may need to refresh your local environment via blt setup. This will drop your local database and re-install Drupal.