sjelfull / craft3-imgix

Use Imgix with Craft
https://superbig.co
MIT License
13 stars 7 forks source link

imgix/imgix-php dependency issue #19

Closed dgtlcrftrs closed 3 years ago

dgtlcrftrs commented 4 years ago

I'm trying to install this plugin but unfortunately getting issues with the dependency here


    - Installation request for superbig/craft3-imgix 2.0.5 -> satisfiable by superbig/craft3-imgix[2.0.5].
    - Conclusion: remove imgix/imgix-php 3.3.0
    - Conclusion: don't install imgix/imgix-php 3.3.0
    - superbig/craft3-imgix 2.0.5 requires imgix/imgix-php ~2.1.0 -> satisfiable by imgix/imgix-php[2.1.0, 2.1.1].
    - Can only install one of: imgix/imgix-php[2.1.0, 3.3.0].
    - Can only install one of: imgix/imgix-php[2.1.1, 3.3.0].
    - Installation request for imgix/imgix-php (locked at 3.3.0) -> satisfiable by imgix/imgix-php[3.3.0].```
clarknelson commented 4 years ago

I'm also running into the same issue:

  Problem 1
    - Conclusion: don't install imgix/imgix-php 1.1.0
    - Installation request for imgix/imgix-php (locked at 3.1.0) -> satisfiable by imgix/imgix-php[3.1.0].
    - Installation request for superbig/craft3-imgix ^2.0 -> satisfiable by superbig/craft3-imgix[2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5].
    - superbig/craft3-imgix 2.0.1 requires imgix/imgix-php ~1.1.0 -> satisfiable by imgix/imgix-php[1.1.0].
    - Conclusion: install imgix/imgix-php 1.1.0|install superbig/craft3-imgix 2.0.1

Looks like maybe it is requiring version 1 before installing version 2? Likewise with versions 2 and 3?

clarknelson commented 4 years ago

Looks like it's actually trying to add "imgix/imgix-php". I tried a few versions but haven't gotten it to work yet.

sjelfull commented 4 years ago

Do you have any other plugins installed that require imgix?

clarknelson commented 4 years ago

huh it works now... hope OP figures it out. don't know what changed from this afternoon.