Skip to content

Commit 6ddc1bf

Browse files
committed
[#2698] Slight rewording
1 parent e4a2f01 commit 6ddc1bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

reference/configuration/security.rst

+4-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,9 @@ Using the BCrypt Password Encoder
304304
---------------------------------
305305

306306
.. caution::
307-
PHP Version 5.5 is required or install the "ircmaxell/password-compat" via composer.
307+
308+
To use this encoder, you either need to use PHP Version 5.5 or install
309+
the `ircmaxell/password-compat`_ library via Composer.
308310

309311
.. versionadded:: 2.2
310312
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:
470472
));
471473
472474
.. _`PBKDF2`: http://en.wikipedia.org/wiki/PBKDF2
475+
.. _`ircmaxell/password-compat`: https://packagist.org/packages/ircmaxell/password-compat

0 commit comments

Comments
 (0)