nayzo / NzoUrlEncryptorBundle

Symfony Bundle used to Encrypt and Decrypt data and variables in the Web application
MIT License
89 stars 19 forks source link

Symfony 7 compatibility #70

Closed hanishsingla closed 10 months ago

hanishsingla commented 10 months ago

Symfony7 requires minimum PHP 8.2.0 and Doctrine\Common\Annotations\Reader has been deprecated due to PHP8 attributes https://www.doctrine-project.org/projects/doctrine-annotations/en/2.0/index.html#deprecation-notice

Due to this this bundle can't use annotations reader anymore and has started to throw this error in new Symfony7

The service "nzo.annotation_resolver" has a dependency on a non-existent service "annotations.reader". Did you mean this: "translation.reader"?

I hope there is some solution to this issue keeping BC in mind

nayzo commented 10 months ago

Done. cf: https://github.com/nayzo/NzoUrlEncryptorBundle/releases/tag/v6.3.0

Thank you!