When can I get to use the latest version of hoa?
taufek opened this issue · 3 comments
Currently when I install hoa\project
via composer, it will only use hoa\protocol
version 1.17.14.
Composer will throw an error. I believe below commit in master suppose to fix it.
Any idea when this fix will be release?
What version do you install exactly?
I have a dependency that requires hoa/protocol ~1.0
and it is pulling hoa/protocol 1.17.01.14
. The latest version available shown on https://packagist.org/packages/hoa/protocol is 1.17.01.14
which is behind the latest commits. In particular, as @taufek mentioned the latest version on Packagist is one that defines a global resolve()
which can cause conflicts with other packages. I see that the latest version of Wrapper.php does not define a global resolve()
function. Please publish a newer version of this package.
Yes, we are migrating Hoa to the latest PHP version and it takes time. Sorry for the delay.