8000 use composer command instead of editing json file · symfony/symfony-docs@eebc487 · GitHub
[go: up one dir, main page]

Skip to content

Commit eebc487

Browse files
committed
use composer command instead of editing json file
1 parent 37d148f commit eebc487

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

cookbook/security/_ircmaxwell_password-compat.rst.inc

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,6 @@
33
If you're using PHP 5.4 or lower, you'll need to install the ``ircmaxell/password-compat``
44
library via Composer in order to be able to use the ``bcrypt`` encoder:
55

6-
.. code-block:: json
6+
.. code-block:: bash
77

8-
{
9-
"require": {
10-
...
11-
"ircmaxell/password-compat": "~1.0.3"
12-
}
13-
}
8+
$ composer require ircmaxell/password-compat "1.0"

0 commit comments

Comments
 (0)
0