Closed Grummfy closed 7 years ago
Can you complete also the README please ?
here it is
We have to coordinate the release of this library with the drop of PHP 5.x because it introduces a BC break. Do you agree?
Yes, because less bc break is good. No, because it break my laravel app ;)
But, I can wait. What do we need for breaking php compatibility? Did I update other library to remove it?
We must implement Hoa\Option
, and then use it for all new libraries. With Hoa\Option
, we will introduce BC, and thus we will upgrade to PHP 7. I can focus my work on Hoa\Option
, then use it in Hoa\Consistency
, do a new major release, and use it in Hoa\Protocol
with a new major release. Thoughts?
OK.
Hey all!
We've just implemented the Hoa\Ruler package in Laravel and this is causing some serious headaches for us as we have other packages using Laravel's resolve
function internally.
Is there any update on when this will be released? Is it safe to just use dev-master
for the protocol package for now?
Hey guys, when will you release this? Your libraries are still unusable with Laravel because of this resolve function!
related to https://github.com/hoaproject/Protocol/issues/18 once we have discuted about it, I will get back on other repository depending on this function.
note with php 5.6+ we can use
use function \Hoa\resolve
in the import part