zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    expdp和impdp用法详解
    Shiro-JWT SpringBoot前后端分离权限认证的一种思路
    Maven Helper 插件-解决依赖冲突
    maven打包之resource配置
    sparkstreaming direct方式读取kafka(0.10版本)数据, 并手动维护offset
    java向kafka发送消息
    idea maven整合log4j
    java设计模式: 工厂方法模式
    异地购房使用武汉公几斤商dai转公几斤dai款
    java设计模式: 单例设计模式
  • 原文地址:https://www.cnblogs.com/greycdoer0/p/10506731.html
Copyright © 2011-2022 走看看