-
Notifications
You must be signed in to change notification settings - Fork 93
Description
I am using latest yii2 version 2.0.45. I am getting error while installing package
Problem 1
- yiisoft/yii2-bootstrap 2.0.0 requires bower-asset/bootstrap 3.2.* | 3.1.* -> found bower-asset/bootstrap[v3.1.0, v3.1.1, v3.2.0] but the package is fixed to v5.3.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- yiisoft/yii2-bootstrap[2.0.1, ..., 2.0.8] require bower-asset/bootstrap 3.3.* | 3.2.* | 3.1.* -> found bower-asset/bootstrap[v3.1.0, ..., v3.3.7] but the package is fixed to v5.3.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- yiisoft/yii2-bootstrap[2.0.9, ..., 2.0.11] require bower-asset/bootstrap 3.4.* | 3.3.* | 3.2.* | 3.1.* -> found bower-asset/bootstrap[v3.1.0, ..., v3.4.1] but the package is fixed to v5.3.1 (lock file version) by a partial update and that version does not match. Make sure you list it as an argument for the update command.
- lajax/yii2-translate-manager[1.8.0, ..., 1.8.1] require yiisoft/yii2-bootstrap ~2.0.0 -> satisfiable by yiisoft/yii2-bootstrap[2.0.0, ..., 2.0.11].
- Root composer.json requires lajax/yii2-translate-manager ^1.8 -> satisfiable by lajax/yii2-translate-manager[1.8.0, 1.8.1].
Looks package is using old bootstrap version.
Any body have idea to fix this issue?
FYI: @lajax @moltam and others