Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 09a445d

Browse files
jrbeemangrasmash
authored andcommitted
Issue #493: Document that users may need to run composer update after updating blt. (#522)
1 parent 03fa6ac commit 09a445d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

readme/updating-blt.md

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ If you are already using BLT via Composer, you can update to the latest version
88

99
Review and commit changes to your project files. For customized files like `.travis.yml` or `docroot/sites/default/settings.php` it is recommended that you use `git add -p` to select which specific line changes you'd like to stage and commit.
1010

11+
On occasion, updating BLT will result in changes to your project's composer.json file. This can happen when the upstream BLT project adds new dependencies or changes the pinned version of a dependency. In cases like this, BLT will print a message alerting you to run `composer update` an additional time so that you apply the changed dependencies locally.
12+
1113
Rarely, you may need to refresh your local environment via `blt local:setup` to provision new upstream changes.
1214

1315
## Updating from a non-Composer-managed (very old) version

0 commit comments

Comments
 (0)