mogilvie / EncryptBundle

Encryption bundle
91 stars 31 forks source link

Support for Doctrine/ORM 3.x #57

Open vstudioseu opened 5 months ago

vstudioseu commented 5 months ago

I have a Symfony 6 project with Doctrine/ORM 3, however the bundle only supports ORM 2.11. Is there a way to get it to work with version 3?

mogilvie commented 5 months ago

Fork the bundle and upgrade the ORM dependency. All going well we could include as a pull request.

Lpsd commented 3 months ago

I upgraded to Doctrine 3.2 here: https://github.com/mogilvie/EncryptBundle/pull/58 It removes annotations and only supports Symfony 7, PHP 8.2+

Seems to be working

hugsi commented 1 month ago

@Lpsd Have you had any news about the integration of your orm 3 support?