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:\laragon\bin\php\php-7.2.11-Win32-VC15-x64\php.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

相关文章:

  • 2022-12-23
  • 2021-07-28
  • 2021-07-06
  • 2021-05-07
  • 2021-11-25
  • 2021-12-12
  • 2021-07-09
  • 2021-08-15
猜你喜欢
  • 2021-07-27
  • 2022-12-23
  • 2021-04-12
  • 2022-02-10
  • 2021-07-22
  • 2022-03-06
相关资源
相似解决方案