Skip to content

Commit 5ca6243

Browse files
adriendupuismnocon
andcommitted
4.6 to 5.0: LTS Update clean-up (#2962)
* Update docs/update_and_migration/from_4.6/update_to_5.0.md LTS Update clean-up part: add new LTS Update packages * update_to_5.0.md: reword to not be outdated --------- Co-authored-by: Marek Nocoń <[email protected]>
1 parent 526ccae commit 5ca6243

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/update_and_migration/from_4.6/update_to_5.0.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ Notice the use of the `--no-update` option to only edit the `composer.json` entr
191191
4.6 LTS Update packages are included by default in 5.0.
192192
Remove them from your composer.json to avoid updating their version manually with each update.
193193

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

196196
```bash
197197
composer remove --no-update \
@@ -201,6 +201,8 @@ composer remove --no-update \
201201
ibexa/product-catalog-symbol-attribute \
202202
ibexa/discounts \
203203
ibexa/discounts-codes \
204+
ibexa/collaboration \
205+
ibexa/share \
204206
;
205207
```
206208

0 commit comments

Comments
 (0)