composer php - Laravel 5.3: PHP Version issue on remote host
I am using Site5 which allows multiple php. So I tried to runcomposer install
and it welcomed me with various version related errors. Laravel 5.3 needs 5.6+ and I have 5.5 installed but my hosting allows various version including PHP7. PHP7 is installed as/usr/local/php70/bin/php
Now how can I makecomposer
andartisan
to use these commands. Specially composer