diff --git a/cookbook/security/_ircmaxwell_password-compat.rst.inc b/cookbook/security/_ircmaxwell_password-compat.rst.inc index 3f96c454488..17adf3a0400 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