Ошибка установки

Уже исправленные репорты или принятые предложения
Закрыто
tbsHardware
Сообщения: 84
Зарегистрирован: 2012.09.05, 10:07

Ошибка установки

Сообщение tbsHardware »

Добрый день!

Код: Выделить всё

D:\Web\WWW\project1.dev>composer create-project yiisoft/yii2-app-basic
Installing yiisoft/yii2-app-basic (2.0.6)
  - Installing yiisoft/yii2-app-basic (2.0.6)
    Loading from cache

Created project in D:\Web\WWW\project1.dev\yii2-app-basic
Loading composer repositories with package information
Installing dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - 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].

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 <https://groups.google.com/d/topic/composer-dev/_g3ASeIFlrc/discussion> for more details.

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further common problems.
tbsHardware
Сообщения: 84
Зарегистрирован: 2012.09.05, 10:07

Re: Ошибка установки

Сообщение tbsHardware »

Прошу прощения за свою невнимательность.
Чтобы ошибки не возникало необходимо сначала выполнить 'composer global require "fxp/composer-asset-plugin:~1.0.0"'
Закрыто