Symfony 4 support.
BC breaks :
- The built-in formatters services are now
declared as
private
. - Symfony 4 is now the minimum requirement, as PHP 7.1.
Integration of the nmure/encryptor library. First stable release. BC break with the previous dev versions. Usable in production.
Ability to choose the cipher method for each encryptors. BC break with previous version due to the Encryptor's __constructor parameters changes.
Ability to declare multiple encryptors. BC break with previous version due to configuration declaration changes.
Initial commit.