-
Notifications
You must be signed in to change notification settings - Fork 19
Description
Currently, support for PHP 8.4 cannot be added since laminas-db does not provide support for PHP 8.4.
The Laminas TSC made the decision to set laminas-db to security-only, but a few people have forked the repo and are working on a version 3.0, which is not released yet (php-db/phpdb#22).
Would you be willing to release a new major version 3.0 dropping support for laminas-db? Effectively this would me to remove BjyAuthorize\Provider\Identity\LmcUserLaminasDb and BjyAuthorize\Provider\Role\LaminasDb together with its factories.
I am not sure how many people use this module in combination with laminas-db, but if one does, switching to LmcRbacMvc, which provides similar features might make more sense anyways.
I can provide a PR dropping support for laminas-db, if acceptable.