L
L
Leopandro2015-12-17 22:10:22
Yii
Leopandro, 2015-12-17 22:10:22

How to solve dependency problem in composer?

You are running composer with xdebug enabled. This has a major impact on runtime performance. See https://getcomposer.org/xdebug
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- Installation request for execut/yii2-widget-bootstraptreeview dev-master -> satisfiable by execut/yii2-widget-bootstraptreeview[dev-master].
- execut/yii2-widget-bootstraptreeview dev-master requires bower-asset/bootstrap-treeview Dev -> no matching package found.
Problem 2
- yiisoft/yii2 2.0.x-dev requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
- yiisoft/yii2 dev-master requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
- yiisoft/yii2 2.0.6 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
- yiisoft/yii2 2.0.5 requires bower-asset/jquery 2.1.*@stable | 1.11.*@stable -> no matching package found.
- Installation request for yiisoft/yii2 >=2.0.5 -> satisfiable by yiisoft/yii2[2.0.5, 2.0.6, dev-master, 2.0.x-dev].
Potential causes:
- A typo in the package name
- The package is not available in a stable-enough version according to your minimum-stability setting
see for more details.
Read for further common problems.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Alexander Makarov, 2015-12-18
@SamDark

composer global require "fxp/composer-asset-plugin:~1.1.1"

www.yiiframework.com/doc-2.0/guide-start-installat...

K
Kirill Nesmeyanov, 2015-12-17
@SerafimArts

Either manually connect the desired dependency, or specify the minimum stability (stability) dev. I think some of this should help.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question