Release v3.4.0 - Added support for PHP 8.3
Updated PHP requirements
- Added PHP 8.2 and 8.3
- Dropped PHP 7.4
Updated dependencies
- Removed zfr/rbac v1. This package is no longer supported and was causing deprecation notices in PHP 8.
- Added lm-commons/rbac v1 which is a 1-for-1 clone of zfr/rbac which fixes the deprecations notices. It uses the same Rbac namespace.
Important note
LmcRbacMvc now includes lm-commons/rbac. If your project has its own dependency on zfr/rbac, you should update it to lm-commons/rbac to avoid namespace conflicts.