From e1f99aa271d497e81842d7232949163994ed9051 Mon Sep 17 00:00:00 2001 From: Oskar Stark Date: Tue, 22 Dec 2015 05:57:11 +0100 Subject: [PATCH] added missing "composer" Refs #5829 --- cookbook/security/_ircmaxwell_password-compat.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbook/security/_ircmaxwell_password-compat.rst.inc b/cookbook/security/_ircmaxwell_password-compat.rst.inc index 8171132ba50..b8f0f1d021d 100644 --- a/cookbook/security/_ircmaxwell_password-compat.rst.inc +++ b/cookbook/security/_ircmaxwell_password-compat.rst.inc @@ -5,4 +5,4 @@ .. code-block:: bash - $ require ircmaxell/password-compat "~1.0" + $ composer require ircmaxell/password-compat "~1.0"