zoukankan      html  css  js  c++  java
  • composer 报错:Your requirements could not be resolved to an installable set of packages 解决方法

     composer 报错:

    - Your requirements could not be resolved to an installable set of packages 

    xxxxxxxxxxxxxxxxxxxxxx-> no matching package found.

    xxxxxxxxxxxxxxxxxxxxxx-> no matching package found.

    Potential causes:
    - A typo in the package name

    - The package is not available in a stable-enough version according to your minimum-stability setting

    see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.

    这个错误可能是fxp/composer-asset-plugin 组件的问题

    先更新composer

    1.php composer.phar self-update

    然后更新组件fxp/composer-asset-plugin

    2.php composer.phar global require "fxp/composer-asset-plugin:~1.1.1"

  • 相关阅读:
    自定义 mapper
    solr 服务搭建
    jedis 连接redis
    jedis 整合 Spring
    Redis 安装
    HttpClient 工具类
    springMvc 中返回字符串 乱码解决
    linux常用命令解析
    压缩jar包
    控制反转
  • 原文地址:https://www.cnblogs.com/zjhblogs/p/6092527.html
Copyright © 2011-2022 走看看