mogilvie / EncryptBundle

Encryption bundle
82 stars 27 forks source link

Support for Doctrine/ORM 3.x #57

Open vstudioseu opened 2 weeks ago

vstudioseu commented 2 weeks 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 2 weeks ago

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