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