Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot install extension #8

Open
cesarcgfg opened this issue Aug 31, 2017 · 1 comment
Open

Cannot install extension #8

cesarcgfg opened this issue Aug 31, 2017 · 1 comment

Comments

@cesarcgfg
Copy link

cesarcgfg commented Aug 31, 2017

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
Copy link

Via Composer

$ composer require life2016/yii2-tagsinput

or add

"life2016/yii2-tagsinput": "*"

to the require section of your composer.json file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants