We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b95a435 commit b9c3c72Copy full SHA for b9c3c72
docs/update_and_migration/from_4.6/update_to_5.0.md
@@ -191,7 +191,7 @@ Notice the use of the `--no-update` option to only edit the `composer.json` entr
191
4.6 LTS Update packages are included by default in 5.0.
192
Remove them from your composer.json to avoid updating their version manually with each update.
193
194
-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`:
195
196
```bash
197
composer remove --no-update \
0 commit comments