我在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.
似乎您错过了此命令的执行:
composer global require "fxp/composer-asset-plugin:~1.1.1"
它只应执行一次。
您可以在官方文档和插件Github页面中找到有关它的更多信息。
自 2014 年以来是递归的,就像资产管理器之外的权限一样......和一些 php 警告或致命,在安装开始时。我不知道其他地方的"作曲家"如何。但坦率地说,Yii2 是一场灾难。那么因为 yii2 已经不需要它来处理错误了。积累 2 这是一场灾难。所以。。。
composer global require "fxp/composer-asset-plugin:~1.0"
有了~,你得到了最后一个版本的作曲家-资产-插件...但这往往还不够!!!