We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4a2f01 commit 6ddc1bfCopy full SHA for 6ddc1bf
reference/configuration/security.rst
@@ -304,7 +304,9 @@ Using the BCrypt Password Encoder
304
---------------------------------
305
306
.. caution::
307
- PHP Version 5.5 is required or install the "ircmaxell/password-compat" via composer.
+
308
+ To use this encoder, you either need to use PHP Version 5.5 or install
309
+ the `ircmaxell/password-compat`_ library via Composer.
310
311
.. versionadded:: 2.2
312
The BCrypt password encoder was added in Symfony 2.2.
@@ -470,3 +472,4 @@ To use HTTP-Digest authentication you need to provide a realm and a key:
470
472
));
471
473
474
.. _`PBKDF2`: http://en.wikipedia.org/wiki/PBKDF2
475
+.. _`ircmaxell/password-compat`: https://packagist.org/packages/ircmaxell/password-compat
0 commit comments