Stick with version 5.X should PHP ^7.3 support be required.
PMG\Queue\Lifecycle\DelegatingLifecycle::fromArray
was removed, usefromIterable
instead.PMG\Queue\MessageLifecycle
now requires avoid
return type on all of its methods.
- The
PMG\Queue\Consumer
interface now has return types on its methods.
PMG\Queue\MessageTrait
was removed, the default behavior has been to use the FQCN since 5.X, so this added no additional functionalty.