composer require "dektrium/yii2-user:0.9.*@dev" 一直安装失败,提示:Your requirements could not be resolved to an installable set of package.

Problem 1
- yiisoft/yii2 2.0.2 requires bower-asset/jquery 2.1.*@stable -> no matching package found.

 

建议大家遇到问题,还是到 yiiframework.com 去找答案,看下面的两张截图就知道。

参考博文链接:http://www.neatstudio.com/show-2616-1.shtml

解决办法:(安装composer的插件)

  composer global require "fxp/composer-asset-plugin:1.0.0" 

 

yiichina.com 的安装说明:

[Yii2]yiisoft/yii2 2.0.2 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found

 

yiiframework.com 安装说明:

[Yii2]yiisoft/yii2 2.0.2 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found

 

相关文章:

  • 2022-03-07
  • 2022-12-23
  • 2022-12-23
  • 2021-05-26
  • 2021-08-14
  • 2022-12-23
  • 2021-09-14
  • 2022-02-13
猜你喜欢
  • 2021-09-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-02-21
  • 2022-12-23
相关资源
相似解决方案