I just updated Flarum. I want to describe a little problem I encountered.
According to the original post, I started the update process with:
Ralkage
composer update --prefer-dist --no-dev -o --with-all-dependencies
Unfortunately this produced the following error:
[Symfony\Component\Console\Exception\RuntimeException]
The "--with-all-dependencies" option does not exist.
The solution:
sudo composer selfupdate
Before the update of Composer itself I was on version 1.4.2. It looks like the option --with-all-dependencies
was introduced to Composer later on.
Having Composer updated, the update of Flarum worked as expected.