wbraganca / yii2-tagsinput

The yii2-tagsinput is a Yii 2 wrapper for bootstrap-tagsinput. A user interface for managing tags
https://github.com/timschlechter/bootstrap-tagsinput
Other
31 stars 24 forks source link

Cannot install extension #8

Open cesarcgfg opened 7 years ago

cesarcgfg commented 7 years ago

When executing "composer require --prefer-stable "wbraganca/yii2-tagsinput:~1.0.2"" I get the following error: ` Problem 1

- wbraganca/yii2-tagsinput 1.0.2 requires bower-asset/bootstrap-tagsinput ~0.8 -> satisfiable by bower-asset/bootstrap-tagsinput[0.8.0].

- Installation request for wbraganca/yii2-tagsinput ~1.0.2 -> satisfiable by wbraganca/yii2-tagsinput[1.0.2].

- Conclusion: remove bower-asset/jquery 2.2.4

- Conclusion: don't install bower-asset/jquery 2.2.4

- bower-asset/bootstrap-tagsinput 0.8.0 requires bower-asset/jquery ~2.1.1 -> satisfiable by bower-asset/jquery[2.1.4, 2.1.3, 2.1.2, 2.1.1].

- Can only install one of: bower-asset/jquery[2.1.4, 2.2.4].

- Can only install one of: bower-asset/jquery[2.1.3, 2.2.4].

- Can only install one of: bower-asset/jquery[2.1.2, 2.2.4].

- Can only install one of: bower-asset/jquery[2.1.1, 2.2.4].

- Installation request for bower-asset/jquery (locked at 2.2.4) -> satisfiable by bower-asset/jquery[2.2.4].

` Its asking for a lower version of jquery (2.1.4) Also tried on a fresh install of yii2 basic app.

maulikpatelbtech commented 7 years ago

Via Composer

$ composer require life2016/yii2-tagsinput

or add

"life2016/yii2-tagsinput": "*"

to the require section of your composer.json file.