From 6925faa0b08c66101c47ffe3730e05f15c655581 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Fri, 23 Oct 2015 10:52:20 +0200 Subject: [PATCH] use composer command instead of editing json file --- cookbook/security/_ircmaxwell_password-compat.rst.inc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/cookbook/security/_ircmaxwell_password-compat.rst.inc b/cookbook/security/_ircmaxwell_password-compat.rst.inc index 3f96c454488..b11567febaa 100644 --- a/cookbook/security/_ircmaxwell_password-compat.rst.inc +++ b/cookbook/security/_ircmaxwell_password-compat.rst.inc @@ -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