From a862a8ce6356dfbdf348fda378cea02efaf972fc Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Sat, 19 Dec 2015 06:38:56 +0100 Subject: [PATCH] use composer command instead of editing json file --- cookbook/security/_ircmaxwell_password-compat.rst.inc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/cookbook/security/_ircmaxwell_password-compat.rst.inc b/cookbook/security/_ircmaxwell_password-compat.rst.inc index 3f96c454488..4c1bf62ce31 100644 --- a/cookbook/security/_ircmaxwell_password-compat.rst.inc +++ b/cookbook/security/_ircmaxwell_password-compat.rst.inc @@ -5,9 +5,4 @@ .. code-block:: json - { - "require": { - ... - "ircmaxell/password-compat": "~1.0.3" - } - } + $ require ircmaxell/password-compat "~1.0"