Closed agallou closed 8 years ago
@agallou About Hoa\Ruler
, yes you need at least 1.15.11.09. You don't need any specific version for Hoa\Regex
I guess… except 0.15.05.29 to be compatible with PHP7. And yes, there was a bug with Composer's autoloader that has been fixed in Hoa\Core 2.14.12.10.
I don't understand what you mean by “There may be something to do on that on Hoa”. Can you clarify please?
@Hywan without those specific versions of hoa/regex et hoa/core, the tests are failing with the errors in the PR description. So we need a least hoa/regex 0.15.05.29 and hoa/core 2.14.12.10.
What a meant with "There may be something to do on that on Hoa" is that when I require hoa/ruler with the lowest dependancies versions, I should not have to manually add minimum versions for hoa/ruler dependancies. They should be defined on hoa librairies.
@agallou Hmm, can you open an issue on https://github.com/hoaproject/Central please? This is more appropriated for such a discussion :-).
We need at least atoum/atoum. version 1.0. Without that we'll get this error :
We need at least hoa/ruler 1.15.11.09. Without that we'll get this error :
We need at least hoa/regex 0.15.05.29. Without that, we'll get this error :
And finally, we need hoa/core 2.14.12.10. otherwise this happens :
This errors (which can be reproduced by a
composer update --prefer-lowest && ./vendor/bin/atoum
), can be fixed by setting the minimum dependancies in the composer.json.@Hywan this should not be defined in a projet that requires hoa/ruler. There may be something to do on that on hoa.