composer.json and password hashing functions
Closed this issue · 1 comments
paha77 commented
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"
leofeyer commented
That's why we are requiring ircmaxell/password-compat
in the composer.json file.