composer 中的依赖安装错误

Dependency install errors in composer

当我尝试使用 composer 安装任何依赖项时遇到了问题。

我尝试使用 composer updatecomposer update。我需要在 Laravel 中为我的应用程序安装图表依赖项。

当我尝试执行任何操作时,在下方显示此消息。

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

我在网上找不到这个问题的答案。我尝试安装更新版本的 HHVM,但没有成功。

很遗憾,HHVM 不再支持原版 PHP。您应该使用 vanilla (Zend) PHP 运行时,并且不应将 HHVM 安装为 php 在您的系统上。

有关 PHP 弃用和 Composer 的更多信息,请参见此处:https://hhvm.com/blog/2019/02/11/hhvm-4.0.0.html