luceos the whole process:
i use file on github but not from composer
i put it in /usr/local/bin for global use
I run
extiverse auth
extiverse check
extiverse upgrade --path=/path/to/my/website
It said something like upgrade successfully, but there is an warning encountered at first (probably because of php extension):
this is all the log:
I check composer.json ,finding all plugin were set '*' except some plugin which was abandoned, and flarum/core was set 1.2.0
the admin page of flarum displayed that the flarum version is 1.1.1 which means it didn't upgrade
Then i follow the upgrade guide from docs.flarum.org and run commands of composer
composer update --prefer-dist --no-plugins --no-dev -a --with-all-dependencies
php flarum migrate
php flarum cache:clear
And it finally upgraded