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.
When executing "composer require --prefer-stable "wbraganca/yii2-tagsinput:~1.0.2"" I get the following error: ` Problem 1
` Its asking for a lower version of jquery (2.1.4) Also tried on a fresh install of yii2 basic app.