Recommend running composer update twice #653

This commit is contained in:
Michael Stenta 2024-01-30 06:25:51 -05:00
parent 220c99c510
commit 31cd1aa177
2 changed files with 9 additions and 0 deletions

View File

@ -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

View File

@ -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