yii2 composer.phar更新无效

时间:2014-12-30 16:21:00

标签: windows composer-php yii2

我在Windows 8上使用xampp,我希望根据此处的说明运行composer.phar update来安装Yii2-user

http://yii2-user.readthedocs.org/en/latest/getting-started/installation.html

但是当我这样做时,不会发生更新。 相反,我得到了作曲家的版本号和作曲家可能的命令列表。 没有错误消息,update位于可能的命令列表中。

我也试过了composer update,但是我收到了错误消息:

  Problem 1
    - yiisoft/yii2 2.0.1 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stabl
e -> no matching package found.
    - yiisoft/yii2 2.0.0 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stabl
e -> no matching package found.
    - yiisoft/yii2 2.0.1 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stabl
e -> no matching package found.
    - Installation request for yiisoft/yii2 * -> satisfiable by yiisoft/yii2[2.0
.0, 2.0.1].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your min
imum-stability setting
   see <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> f
or more details.

2 个答案:

答案 0 :(得分:9)

好像你错过了执行这个命令:

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

它应该只执行一次。

您可以在官方documentation和插件Github page中找到有关它的更多信息。

答案 1 :(得分:-1)

此问题自2014年以来是递归的,与AssetsManager以外的其他权限一样,权限....以及某些安装开始时的php警告或致命错误。我不知道&#34;作曲家&#34;别处。但坦率地说,Yii2是一场灾难。然后因为yii2已经不需要它了。积累2它是一场灾难。所以......

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

〜你得到了composer-asset-plugin的最后一个版本...... 但这通常都不值得!!!!