Skip to content

Commit

Permalink
Recommend running composer update twice farmOS#653
Browse files Browse the repository at this point in the history
  • Loading branch information
mstenta committed Feb 2, 2024
1 parent 220c99c commit 31cd1aa
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- [Announce new releases on farmOS.discourse.group #780](https://github.com/farmOS/farmOS/pull/780)

### Changed

- [Recommend running composer update twice #653](https://github.com/farmOS/farmOS/pull/786)

## [3.0.1] 2024-01-18

### Added
Expand Down
5 changes: 5 additions & 0 deletions docs/hosting/composer.md
Original file line number Diff line number Diff line change
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 31cd1aa

Please sign in to comment.