Set argon defaults to prevent password_hash(): Memory cost is outside of allowed memory range on PHP 7.4 (#5094)
With the values
````
'argon' => [
'memory' => 1024,
'threads' => 2,
'time' => 2,
],
```
Hash::make() produces password_hash(): Memory cost is outside of allowed memory range on PHP 7.4