@Leopandro
Разработчик CRM/ERP систем

Как решить проблему с зависимостями в 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.
  • Вопрос задан
  • 3042 просмотра
Пригласить эксперта
Ответы на вопрос 2
SamDark
@SamDark
Yii2 core team
composer global require "fxp/composer-asset-plugin:~1.1.1"


www.yiiframework.com/doc-2.0/guide-start-installat...
Ответ написан
Комментировать
SerafimArts
@SerafimArts
Senior Notepad Reader
Либо подключить руками нужную зависимость, либо указать минимальную стабильность (stability) dev. Думаю что-то из этого должно помочь.
Ответ написан
Комментировать
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Войти через центр авторизации
Похожие вопросы