Skip to content

Commit

Permalink
use composer command instead of editing json file
Browse files Browse the repository at this point in the history
  • Loading branch information
OskarStark committed Oct 23, 2015
1 parent 506b331 commit 6925faa
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions cookbook/security/_ircmaxwell_password-compat.rst.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
If you're using PHP 5.4 or lower, you'll need to install the ``ircmaxell/password-compat``
library via Composer in order to be able to use the ``bcrypt`` encoder:

.. code-block:: json
.. code-block:: bash

{
"require": {
...
"ircmaxell/password-compat": "~1.0.3"
}
}
composer require ircmaxell/password-compat:~1.0.3

0 comments on commit 6925faa

Please sign in to comment.