You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
laminas-db is now security only.
The suggested replacement is to use Doctrine DBAL
A separate package LmcUserDoctrineORM exists for LmcUser to use Doctrine ORM to persist user entities to the
For V4:
It may be best to integrate LmcUserDoctrineORM and make it the default mapper for user objects.
Potentially provide an optional mapper based on Doctrine DBAL instead of Laminas Db DBAL.
For V3:
Update the data mapper to use Doctrine DBAL?
The text was updated successfully, but these errors were encountered:
visto9259
changed the title
Remove dependency on laminas-db in favor of Doctrine ORM
Remove dependency on laminas-db in favor of Doctrine DBAL and ORM
Jul 11, 2024
laminas-db is now security only.
The suggested replacement is to use Doctrine DBAL
A separate package LmcUserDoctrineORM exists for LmcUser to use Doctrine ORM to persist user entities to the
For V4:
For V3:
The text was updated successfully, but these errors were encountered: