Installing dependencies from lock file (including require-dev)
Verifying lock file contents can be installed on current platform.
Your lock file does not contain a compatible set of packages. Please run composer update.

  Problem 1
    - phpoffice/phpspreadsheet is locked to version 1.18.0 and an update of this package was not requested.
    - phpoffice/phpspreadsheet 1.18.0 requires ext-zip * -> it is missing from your system. Install or enable PHP's zip extension.

composer install --ignore-platform-reqs

或者
composer update --ignore-platform-reqs

相关文章:

  • 2022-12-23
  • 2021-08-26
  • 2021-06-09
  • 2022-12-23
  • 2021-11-25
  • 2022-02-25
  • 2022-12-23
  • 2021-12-30
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-08-05
  • 2022-02-14
  • 2021-09-27
  • 2022-12-23
  • 2021-07-28
相关资源
相似解决方案