【发布时间】:2018-11-14 13:38:16
【问题描述】:
所以我从 bitbucket 克隆了我的 Yii2 高级项目。它没有供应商文件夹,所以我必须运行composer update 来安装所有插件。但是当我这样做时,我得到一个错误:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- jlorente/yii2-widget-remainingcharacters dev-master requires bower-asset/jquery-remaining-characters ~1.0.0 -> no matching package found.
- jlorente/yii2-widget-remainingcharacters 1.0.1 requires bower-asset/jquery-remaining-characters ~1.0.0 -> no matching package found.
- jlorente/yii2-widget-remainingcharacters 1.0.0 requires bower-asset/jquery-remaining-characters ~1.0.0 -> no matching package found.
- Installation request for jlorente/yii2-widget-remainingcharacters * -> satisfiable by jlorente/yii2-widget-remainingcharacters[1.0.0, 1.0.1, dev-master].
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://getcomposer.org/doc/04-schema.md#minimum-stability> for more details.
- It's a private package and you forgot to add a custom repository to find it
Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
所以我的要求不行。好的。我安装了jquery-remaining-characters ~1.0.0,但错误还是一样。这种问题已经发生过几次了,我想学习如何处理它。包名称中也没有拼写错误,我尝试使用 stable 和 dev 最低稳定性选项。在这种情况下应该怎么做以及 composer/bower 包到底有什么问题?
【问题讨论】:
标签: yii2 composer-php bower yii2-advanced-app