contao/core

composer.json and password hashing functions

Closed this issue · 1 comments

In 3.5.32 were PHP's password hashing functions introduced. They require PHP 5.5.0 but the composer.json still says

"php": ">=5.4.0"

That's why we are requiring ircmaxell/password-compat in the composer.json file.