Skip to content

Commit

Permalink
Recommend running composer update twice in docs/hosting/composer.md f…
Browse files Browse the repository at this point in the history
  • Loading branch information
mstenta committed Feb 2, 2024
1 parent 220c99c commit aec0004
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/hosting/composer.md
Expand Up @@ -171,6 +171,11 @@ farmOS instance via the web UI or by running `drush en mymodule`.
Composer provides a simple way to update project dependencies:

composer update --no-dev
composer update --no-dev

**Note: It is necessary to run this command twice to ensure all dependencies
are properly updated.** We have an issue open to figure out a better solution:
[Composer merge plugin dependencies are not correctly updated #653](https://github.com/farmOS/farmOS/issues/653).

This will check for newer versions of all your project's dependencies (based
on the version constraints in your `composer.json` file), install them, and
Expand Down

0 comments on commit aec0004

Please sign in to comment.