bulent
Regular Pleskian
Hi,
I am trying to install a laravel app and when I run
composer install --no-interaction --no-dev --prefer-dist
it says that system do not meet requirements, required version of php is 5.6, but you have 5.4
php -v returns php 5.4
How to change default PHP CLI version to 5.6 or 7
I have tried to run
/opt/plesk/php/5.6/bin/php /path/to/my/app/composer install --no-interaction --no-dev --prefer-dist
but it says coud not open composer...
I am trying to install a laravel app and when I run
composer install --no-interaction --no-dev --prefer-dist
it says that system do not meet requirements, required version of php is 5.6, but you have 5.4
php -v returns php 5.4
How to change default PHP CLI version to 5.6 or 7
I have tried to run
/opt/plesk/php/5.6/bin/php /path/to/my/app/composer install --no-interaction --no-dev --prefer-dist
but it says coud not open composer...