Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion docs/update_and_migration/from_4.6/update_to_5.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ Notice the use of the `--no-update` option to only edit the `composer.json` entr
4.6 LTS Update packages are included by default in 5.0.
Remove them from your composer.json to avoid updating their version manually with each update.

For example, the following command removes all of the released LTS Updates for 4.6 from `composer.json`:
For example, the following command removes several released LTS Updates for 4.6 from `composer.json`:

```bash
composer remove --no-update \
Expand All @@ -201,6 +201,8 @@ composer remove --no-update \
ibexa/product-catalog-symbol-attribute \
ibexa/discounts \
ibexa/discounts-codes \
ibexa/collaboration \
ibexa/share \
;
```

Expand Down
Loading