What's Changed
- Support for PHP 8.1 by @snapshotpl in https://github.com/thephpleague/tactician/pull/158
- Hotfix: Catch Throwable instead of Exception in LockingMiddleware by @javespi in https://github.com/thephpleague/tactician/pull/160
- Support PHP 8.5 by @chalasr in https://github.com/thephpleague/tactician/pull/161
New Contributors
- @javespi made their first contribution in ht...