franzliedke / studio

A workbench for developing Composer packages.
MIT License
1.14k stars 73 forks source link

Dependancies unfulfillable error #28

Closed jonlambert closed 9 years ago

jonlambert commented 9 years ago

Hi! This package looks great, I'm looking forward to using it. Only issue is, when attempting to require the package globally - the following happens:

Problem 1
    - Installation request for franzl/studio ^0.9.5 -> satisfiable by franzl/studio[0.9.5].
    - Conclusion: remove illuminate/support v4.2.16
    - Conclusion: don't install illuminate/support v4.2.16
    - franzl/studio 0.9.5 requires illuminate/support ~5.0 -> satisfiable by illuminate/support[v5.0.0, v5.0.22, v5.0.25, v5.0.26, v5.0.28, v5.0.33, v5.0.4, v5.1.1, v5.1.2, v5.1.6, v5.1.8].
    - Can only install one of: illuminate/support[v5.0.0, v4.2.16].
    - Can only install one of: illuminate/support[v5.0.22, v4.2.16].
    - Can only install one of: illuminate/support[v5.0.25, v4.2.16].
    - Can only install one of: illuminate/support[v5.0.26, v4.2.16].
    - Can only install one of: illuminate/support[v5.0.28, v4.2.16].
    - Can only install one of: illuminate/support[v5.0.33, v4.2.16].
    - Can only install one of: illuminate/support[v5.0.4, v4.2.16].
    - Can only install one of: illuminate/support[v5.1.1, v4.2.16].
    - Can only install one of: illuminate/support[v5.1.2, v4.2.16].
    - Can only install one of: illuminate/support[v5.1.6, v4.2.16].
    - Can only install one of: illuminate/support[v5.1.8, v4.2.16].
    - Installation request for illuminate/support == 4.2.16.0 -> satisfiable by illuminate/support[v4.2.16].
franzliedke commented 9 years ago

Which other packages do you require? I'm pretty sure I need illuminate/support from version 5.0 upwards (though I'll check). There are likely conflicts with other packages you have installed.

franzliedke commented 9 years ago

Yeah, I've decided it isn't worth the hassle making sure that I stay compatible with an old (and unsupported version) of illuminate/support.

Maybe we can update the other package instead? :)