update fuel php to 1.9 dev
This is a bit niche, but I have one client app where that was needed.
Update fuel php to 1.9 dev
- Copy
composer.json
from githube repo into the project’s root directory update
composer
by running:curl -s https://getcomposer.org/installer | php
chown
to local userrun
composer
against newcomposer.json
:php composer.phar update --prefer-dist php composer.phar install --prefer-dist
make sure file ownership is proper
chown -R user:group folder