nayzo / NzoUrlEncryptorBundle

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

ParamDecryptor requires PHP 7.4 for typed properties #68

Closed rctgamer3 closed 1 year ago

rctgamer3 commented 1 year ago

Version 6.2.7 still has a PHP version requirement of only >=7.1.3. However, due to the refactor done in 77996833705c4e5b8294a890a4c3719cd5d679cf files such as ParamDecryptor now use PHP 7.4's typed properties, causing issues on applications below 7.4.

nayzo commented 1 year ago

Thank you @rctgamer3 Fixed: https://github.com/nayzo/NzoUrlEncryptorBundle/releases/tag/v6.2.8