phpcomposer-phphhvm

Dependency install errors in composer


I've been a problem when i try to install any dependency using composer.

I tried to use the composer update or composer update. I need to install a chart dependency to my application in Laravel.

When i try to execute any action, show this message below.

This package requires php 7.2.18 but your HHVM version does not satisfy that requirement.

I cannot find a answer to this problem on the internet. I try to install a more recently version of HHVM but i didn't succeed.


Solution

  • Unfortunately HHVM no longer supports vanilla PHP. You should use the vanilla (Zend) PHP runtime, and should not install HHVM as php on your system.

    More information on both PHP deprecation and Composer is here: https://hhvm.com/blog/2019/02/11/hhvm-4.0.0.html