に失敗したエラーです:は私が作曲経由yii2をインストールすると、それはここに私のエラー</p> <p>を与えるのです
Your requirements could not be resolved to an installable set of packages.
Problem 1
- yiisoft/yii2 2.0.9 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable | 1.12.*@stable -> no matching package found.
- yiisoft/yii2 2.0.8 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable -> no matching package found.
- yiisoft/yii2 2.0.7 requires bower-asset/jquery 2.2.*@stable | 2.1.*@stable | 1.11.*@stable -> no matching package found.
- 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, 2.0.7, 2.0.8, 2.0.9].
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.
も私が作曲・アセット・プラグインの最新バージョンをインストールしました。 コンポーザーキャッシュをクリアして更新しました。 Yiiの2は、あなたの作曲環境にFXPプラグインをインストールする必要がfxp/composer-asset-pluginにバインドされたよう しかし、私はとにかく
をyii2、基本的なインストールすることはできませんそれは私のcomposer.json
{
"require": {
"phpunit/phpunit": "*",
"phpunit/phpunit-selenium": "*",
"phpunit/php-invoker": "^1.1",
"phpunit/dbunit" : "^2.0",
"fxp/composer-asset-plugin": "^1.2.0"
},
"minimum-stablility": "dev",
"repositories": [
{
"type": "vcs",
"url": "https://github.com/Codeception/YiiBridge",
"reference": "origin/master"
}
],
"require-dev": {
"codeception/codeception": "2.2.2",
"codeception/YiiBridge": "dev-master",
"flow/jsonpath": "*"
}
}
システムを再起動してください! –
作者の自己更新を試してみよう –
最小安定度を変更する: "dev"を最小安定度にする " –