yii2-gii: Composer dependency problem
This issue has originally been reported by @Ziggizag at https://github.com/yiisoft/yii2/issues/12140. Moved here by @samdark.
There is a dependency issue while installing project with Composer:
Your requirements could not be resolved to an installable set of packages.
Problem 1
- yiisoft/yii2-gii 2.0.5 requires bower-asset/typeahead.js 0.10.* | ~0.11.0 -> no matching package found.
- yiisoft/yii2-gii 2.0.4 requires bower-asset/typeahead.js 0.10.* -> no matching package found.
- yiisoft/yii2-gii 2.0.3 requires bower-asset/typeahead.js 0.10.* -> no matching package found.
- yiisoft/yii2-gii 2.0.2 requires bower-asset/typeahead.js 0.10.* -> no matching package found.
- yiisoft/yii2-gii 2.0.1 requires bower-asset/typeahead.js 0.10.* -> no matching package found.
- yiisoft/yii2-gii 2.0.0 requires bower-asset/typeahead.js 0.10.* -> no matching package found.
- Installation request for yiisoft/yii2-gii * -> satisfiable by yiisoft/yii2-gii[2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5].
The issue is becaus typeahead.js 0.11.0 was release candidate. The stable version is 0.11.1. Please correct this asap within Gii’s composer.json as we cannot install stable packages.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 15 (5 by maintainers)
FYI - this is my project’s composer.json: