You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.
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.
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.
Currently when I install
hoa\project
via composer, it will only usehoa\protocol
version 1.17.14.Composer will throw an error. I believe below commit in master suppose to fix it.
a832ea9
Any idea when this fix will be release?
The text was updated successfully, but these errors were encountered: