在安装新软件包期间Composer错误

问题描述

我正在使用macOS,Laravel和Vue。我的搭档正在Windows上工作,他更新了安装DomPDF的存储库,当我尝试进行作曲家更新或作曲家安装时,出现此错误

Your requirements Could not be resolved to an installable set of packages.

问题1

 - PHPoffice/PHPspreadsheet 1.14.1 requires ext-zip * -> the requested PHP extension zip is missing from your system.
 - PHPoffice/PHPspreadsheet 1.14.0 requires ext-zip * -> the requested PHP extension zip is missing from your system.
 - Installation request for PHPoffice/PHPspreadsheet ^1.14 -> satisfiable by PHPoffice/PHPspreadsheet[1.14.0,1.14.1].

解决方法

这取决于您的设置。

长话短说,您需要安装ext-zip,这是一个PHP扩展。

this question的答案将解决您的问题。

尝试:

{{1}}