Composer install 报错
Posted greycdoer0
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Composer install 报错相关的知识,希望对你有一定的参考价值。
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for laravel/horizon v1.4.3 -> satisfiable by laravel/horizon[v1.4.3].
- laravel/horizon v1.4.3 requires ext-pcntl * -> the requested php extension pcntl is missing from your system.
To enable extensions, verify that they are enabled in your .ini files:
- E:laragoninphpphp-7.2.11-Win32-VC15-x64php.ini
You can also run `php --ini` inside terminal to see which files are used by PHP in CLI mode.
解决: composer install --ignore-platform-reqs
!-- body,>!-- body,>!-- body,>以上是关于Composer install 报错的主要内容,如果未能解决你的问题,请参考以下文章