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

Не устанавливается через композер #2

Closed
zakdma opened this issue May 5, 2016 · 1 comment
Closed

Comments

@zakdma
Copy link

zakdma commented May 5, 2016

Не хочет устанавливаться.
Если устанавливать по инструкции то возвращает такую ошибку

  Problem 1
    - demi/image 1.2.2 requires yurkinx/yii2-image dev-master -> no matching pac
kage found.
    - demi/image 1.2.1 requires yurkinx/yii2-image dev-master -> no matching pac
kage found.
    - demi/image 1.2.0 requires yurkinx/yii2-image dev-master -> no matching pac
kage found.
    - demi/image 1.1.2 requires yurkinx/yii2-image dev-master -> no matching pac
kage found.
    - demi/image 1.1.1 requires yurkinx/yii2-image dev-master -> no matching pac
kage found.
    - demi/image 1.1.0 requires yurkinx/yii2-image dev-master -> no matching pac
kage found.
    - demi/image 1.0.0 requires yurkinx/yii2-image dev-master -> no matching pac
kage found.
    - Installation request for demi/image ~1.0 -> satisfiable by demi/image[1.0.
0, 1.1.0, 1.1.1, 1.1.2, 1.2.0, 1.2.1, 1.2.2].

Potential causes:
 - A typo in the package name
 - The package is not available in a stable-enough version according to your min
imum-stability setting
   see <https://getcomposer.org/doc/04-schema.md#minimum-stability> for more det
ails.

Read <https://getcomposer.org/doc/articles/troubleshooting.md> for further commo
n problems.

Installation failed, reverting ./composer.json to its original content.

Если пробовать установить версию 1.2.2 то просто пишет что не может найти расширение
yurkinx/yii2-image

@demisang
Copy link
Owner

demisang commented May 5, 2016

Необходимо в свой composer.json добавить этот пакет:

"require": {
    "yurkinx/yii2-image": "dev-master",
    "demi/image": "~1.0",
},

Странно, что composer сам не подтягивает эту зависимость... но если добавить её вручную то будет работать

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