hoaproject / Test

The Hoa\Test library.
https://hoa-project.net/
11 stars 10 forks source link

Can't install through composer after nucleus release (suspicion) #58

Closed osaris closed 8 years ago

osaris commented 8 years ago

Hello,

While testing a PR on Hoa\Ruler I was unable to install the dependencies with composer install :

Your requirements could not be resolved to an installable set of packages.

  Problem 1
    - atoum/praspel-extension 0.16.01.11 requires hoa/math ~0.0 -> satisfiable by hoa/math[0.14.09.16, 0.14.09.17, 0.14.09.23, 0.14.11.09, 0.14.12.10, 0.14.12.22, 0.15.02.23, 0.15.05.29, 0.15.08.25, 0.15.10.26].
    - hoa/test 2.16.01.11 requires hoa/file ~0.0 -> no matching package found.
    - hoa/math 0.15.10.26 requires hoa/compiler ~2.0 -> no matching package found.
    - hoa/math 0.15.08.25 requires hoa/compiler ~2.0 -> no matching package found.
    - hoa/math 0.15.05.29 requires hoa/compiler ~2.0 -> no matching package found.
    - hoa/math 0.15.02.23 requires hoa/compiler ~2.0 -> no matching package found.
    - hoa/math 0.14.12.22 requires hoa/compiler ~2.0 -> no matching package found.
    - hoa/math 0.14.12.10 requires hoa/compiler ~2.0 -> no matching package found.
    - hoa/math 0.14.11.09 requires hoa/compiler ~2.0 -> no matching package found.
    - hoa/math 0.14.09.23 requires hoa/compiler ~2.0 -> no matching package found.
    - hoa/math 0.14.09.17 requires hoa/compiler ~2.0 -> no matching package found.
    - hoa/math 0.14.09.16 requires hoa/compiler ~1.0 -> no matching package found.
    - hoa/test 2.16.01.14 requires atoum/praspel-extension ~0.16 -> satisfiable by atoum/praspel-extension[0.16.01.11].
    - Installation request for hoa/test ~2.0 -> satisfiable by hoa/test[2.16.01.11, 2.16.01.14].

but it was OK with --no-dev flag. I can reproduce the problem on another library (I have tested on Hoa\Compiler) and suspect that this comes from the nucleus release issue (https://github.com/hoaproject/Central/issues/32). I'll try to look at this tomorrow.

Metalaka commented 8 years ago

atoum/ruler-extension require hoa/core since https://github.com/atoum/ruler-extension/pull/22, it's maybe related ?

Hywan commented 8 years ago

@osaris Yup, this is an opened issue. See https://github.com/atoum/ruler-extension/pull/29 and https://github.com/atoum/ruler-extension/pull/30 please.

jubianchi commented 8 years ago

everything should be ready for you to fix this issue. See:

It was a long journey, but we made it ;)

Hywan commented 8 years ago

Fixed :-).