Is there any way to update all Extensions with one command?
If you want to update major versions, then use the composer outdated -D
command to see which extensions need updating and change the version manually in composer.json
and then composer update -W
. Unfortunately, there is no option to update with a single command.