Protocol icon indicating copy to clipboard operation
Protocol copied to clipboard

When can I get to use the latest version of hoa?

Open taufek opened this issue 8 years ago • 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.

https://github.com/hoaproject/Protocol/commit/a832ea9ec9bcbdebf8979d9bae5dfe80e8e1c6f9

Any idea when this fix will be release?

taufek avatar Oct 13 '17 08:10 taufek

What version do you install exactly?

Hywan avatar Oct 17 '17 08:10 Hywan

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.

ejunker avatar Nov 28 '18 16:11 ejunker

Yes, we are migrating Hoa to the latest PHP version and it takes time. Sorry for the delay.

Hywan avatar Dec 03 '18 16:12 Hywan