Yii2.0安装无法使用composer运行

Yii2.0安装无法使用composer运行,yii2,composer-php,Yii2,Composer Php,作曲家创建项目-首选地区yiisoft/yii2应用程序基础 下面是上述命令的输出 Installing yiisoft/yii2-app-basic (2.0.6) - Installing yiisoft/yii2-app-basic (2.0.6) Loading from cache Created project in basic Loading composer repositories with package information Installing

作曲家创建项目-首选地区yiisoft/yii2应用程序基础 下面是上述命令的输出

Installing yiisoft/yii2-app-basic (2.0.6)  
  - Installing yiisoft/yii2-app-basic (2.0.6)  
    Loading from cache  
Created project in basic 
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

 Problem 1
- yiisoft/yii2 2.0.6 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
- yiisoft/yii2 2.0.5 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
- Installation request for yiisoft/yii2 >=2.0.5 -> satisfiable by yiisoft/yii2[2.0.5, 2.0.6].

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://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
请参阅。您似乎缺少资产插件:

composer global require "fxp/composer-asset-plugin:~1.2.0"
请参阅。您似乎缺少资产插件:

composer global require "fxp/composer-asset-plugin:~1.2.0"
在运行之前,应该先运行composer clear cache

composer global require "fxp/composer-asset-plugin:~1.1.1" 
这对我很有用。

在运行之前,应该先运行composer clear cache

composer global require "fxp/composer-asset-plugin:~1.1.1" 

这对我很有用。

您安装了fxp composer资产插件吗?composer global需要fxp/composer资产插件:~1.1。1@soju是的,我刚安装好,正在工作。感谢您的帮助您是否安装了fxp composer资产插件?composer global需要fxp/composer资产插件:~1.1。1@soju是的,我刚安装好,正在工作。Thanx感谢您的帮助是的,我刚刚安装了fxp composer及其工作原理。Thanx感谢您的帮助是的,我刚刚安装了fxp composer及其工作原理。谢谢你的帮助