DEV Community

Pradeep Kumar
Pradeep Kumar

Posted on β€’ Edited on

1 1

Run composer install/update on specific version of php in cpanel/whm

Make sure installed php using whm easyphp.

To run composer for specific php version use following command:

ea-php<php-version> /opt/cpanel/composer/bin/composer install
Enter fullscreen mode Exit fullscreen mode

eg:

ea-php72 /opt/cpanel/composer/bin/composer install
ea-php74 /opt/cpanel/composer/bin/composer install
ea-php80 /opt/cpanel/composer/bin/composer install
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Postmark Image

Speedy emails, satisfied customers

Are delayed transactional emails costing you user satisfaction? Postmark delivers your emails almost instantly, keeping your customers happy and connected.

Sign up

πŸ‘‹ Kindness is contagious

Please leave a ❀️ or a friendly comment on this post if you found it helpful!

Okay