Hi all,
I'm trying to update Flarum on a shared host.
I'm working through your instructions, but I'm struggling with the basics of composer. I don't think that this is helped by the fact I'm using a shared host. It seems to have a few "quirks".
For example, I can't just run composer
, I need to run php-5.6 composer.phar
, and that only seems to work from the root directory.
I've managed to execute the first three steps in the update process, but on the fourth I'm at a loss.
composer remove flarum/composer-installer $remove -q
Do I need to have a composer.phar file in the flarum directory?
Any help would be greatly appreciated.
Thanks
Jon