Release 1.14.1
This release contains bugfixes:
- Adding tests for Symfony 4 BETA,
- Fixing a bug, that the
$callbacks
are eventually passed toaddDequeuerAwareCall()
, which
expects a string, not aReference
object. In Symfony 3, theReference
was cast to a string, which returned the id, so it worked.