I am having a problem while trying to use two wonderful packages iron-io/laraworker and laracollective/iron-queue at same project.
The prior package requires version (max) 1.5.3
of iron-io/iron_mq
whereas the later one (v5.2) requires that the minimum version of iron-io/iron_mq
has to be 2.0.0
So this is an non-compatible situation.
Any help on this will be appreciated.
P.S.: I don't want to write my own worker libraries - I would prefer it as a vendor package - but if nothing else is possible I can work with https://github.com/iron-io/iron_worker_php.