Currently on composer install I get the error need 5.5.9 but using 5.4 but on Hostgator cpanal it's set as 5.5
On php -v
I get
PHP 5.4.45
On php --ini
I get
Configuration file (php.ini) Path: /opt/php54/lib
When going into /opt/ There is a php54, php55 and php56
How do I change my version to 5.5
I saw the following example on this link
$ php -v
PHP 5.4.x (cli) ...
$ set PATH="/usr/lib64/php5.6/bin:$PATH"
$ php -v
PHP 5.6.x (cli) ...
But when going into /usr/lib64 there's no php5.6
On my index file in the webserver I did a phpinfo() and it's set as 5.5
Anyone got any ideas