当我运行composer install时,我得到以下错误theseer/tokenizer 1.1.0 requires ext-dom * -> the requested PHP extension dom is missing from your system
Centos 7 7.3上的LEMP堆栈
我在其他地方发现我需要安装php-xml,我已经安装了(从remi回购)。
如何克服这个错误?
发布于 2019-04-17 01:00:45
下面是我最后发现并做了的事情:
我一定是搞错了雷米回购。sudo yum-config-manager --enable remi-php73
然后重新安装php sudo yum install php-xml,br。
然后composer install无错误地运行。
https://stackoverflow.com/questions/55708590
复制相似问题