laravel - Need to run 'composer update' on ssh on hostgator, but php -v to low -


need 🛬

framework - laravel

hosting - hostgator

problem statement :- need run 'composer update'. dependencies required minimun php -v of 5.5.9. have manualy upgrade php version of project directory 5.6 cpanel using 'php configration' plugin. when logged in using ssh, got php -v of 5.4.45. ofcourse targeting deafult php version of server. there way update php 5.6 or above on ssh also. no root user access. no support team also. 🎭

recently update composer , php in mac_system
, used these commands terminal

-local php update in mac os curl -s http://php-osx.liip.ch/install.sh | bash -s 7.0

-export path=/usr/local/php5/bin:$path (change php version create project)

php update

this above link.. used.. try command or link. think knowledge on it.


Comments

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

angular - Is it possible to get native element for formControl? -

javascript - Why jQuery Select box change event is now working? -