Skip to content

Commit e4a2f01

Browse files
committed
Merge pull request symfony#2698 from masterkaos/improving_bcrypt
For BCrypt password encoder indicated PHP 5.5 is required
2 parents 12afd89 + 7fc9dc3 commit e4a2f01

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

reference/configuration/security.rst

+3
Original file line numberDiff line numberDiff line change
@@ -303,6 +303,9 @@ for the hash algorithm.
303303
Using the BCrypt Password Encoder
304304
---------------------------------
305305

306+
.. caution::
307+
PHP Version 5.5 is required or install the "ircmaxell/password-compat" via composer.
308+
306309
.. versionadded:: 2.2
307310
The BCrypt password encoder was added in Symfony 2.2.
308311

0 commit comments

Comments
 (0)