Closed svycka closed 7 years ago
@basz I think this way we will avoid BC break
yep, how 'bout this https://github.com/juriansluiman/SlmQueue/blob/master/composer.json#L35 we can't move it to suggested without BC. Why is it in require-dev anyway?
I think if you use it with zend-mvc you still need this for controller and routes... also controllers should be tested not sure if they are :)
Hi, are you able to test if the controllers are still compatible? If not I tag the next major version.
Should work and we have tests to confirm this so I guess it's ok
but for next major version I would go with symfony/console
sure why not, you have time to do that?
don't have time now but when I have time why not unless you need it now. I am not sure how big this PR gonna be
i don't have a need for it at this time, I don't really care bout which console to use.. :) But the cereal idea of decoupling as much as possible I like... so whenever to got time... Are you waiting on a tag with this PR in it?
I somehow workarounded this but yes tag would be nice :smile:
This allows using this module without zend-mvc.