composer 下载框架问题请大神指点 [ 2.0 版本 ]
D:\source\phptest>php composer.phar create-project yiisoft/yii2-app-advanced adv
anced 2.0.3
Installing yiisoft/yii2-app-advanced (2.0.3)
- Installing yiisoft/yii2-app-advanced (2.0.3)
Downloading: connection...
Downloading: 0%
Downloading: 5%
Downloading: 10%
Downloading: 15%
Downloading: 20%
Downloading: 25%
Downloading: 30%
Downloading: 40%
Downloading: 45%
Downloading: 55%
Downloading: 60%
Downloading: 65%
Downloading: 70%
Downloading: 75%
Downloading: 85%
Downloading: 90%
Downloading: 100%
Created project in advanced
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.3 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stabl
e -> no matching package found.
- yiisoft/yii2 2.0.2 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.
- yiisoft/yii2 2.0.0 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, 2.0.2, 2.0.3].
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.
Read <http://getcomposer.org/doc/articles/troubleshooting.md> for further common
problems.
这是什么问题 困扰好几天了请大神指点.拜谢!
共 10 个回答
-
先运行
composer global require "fxp/composer-asset-plugin:1.0.0-beta4"
这个,在运行create-project语句。共 4 条回复 -
此问题已经解决,看下边这篇文章:http://www.viphper.com/?p=1159
-
composer global require "fxp/composer-asset-plugin:1.2.0"
这步成功之后,
composer update
之后完成了https://github.com/settings/tokens 的验证,生成token,输入token到命令行的提示的地方,
经过漫长的半小时。。可能是我没用国内composer镜像的缘故吧,慢了点,但是成功了。
随心所欲 河北
注册时间:2012-07-23
最后登录:2015-07-08
在线时长:100小时11分
最后登录:2015-07-08
在线时长:100小时11分
- 粉丝4
- 金钱275
- 威望0
- 积分1275