Based on https://github.com/zfcampus/zf-mvc-auth/releases/tag/1.4.2 (commit 96c8ebfa2f737476cc06e3cea003b04d5dd4b25e in this repo)
Added
-----
- Nothing.
Deprecated
----------
- Nothing.
Removed
-------
- Nothing.
Fixed
-----
- [zfcampus/zf-mvc-auth#125](https://github.com/zfcampus/zf-mvc-auth/pull/125) updates the
`MvcRouteListener` to trigger events using `triggerEventUntil()` instead
of using argument overloading on `trigger()`; this change ensures that the
code will work with laminas-eventmanager v3 properly.