From 2ded50647cf0dff57a43aeea5f35fce8add34997 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Thu, 1 Sep 2016 15:33:53 +0200 Subject: [PATCH 1/2] Minor rewording for the security:checker article --- security/security_checker.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/security/security_checker.rst b/security/security_checker.rst index 8ea447d773d..3c17a6692c3 100644 --- a/security/security_checker.rst +++ b/security/security_checker.rst @@ -27,11 +27,7 @@ FriendsOfPHP organization. .. note:: To enable the ``security:check`` command, make sure the - `SensioDistributionBundle`_ is installed. - - .. code-block:: terminal - - $ composer require 'sensio/distribution-bundle' + `SensioDistributionBundle`_ is enabled in your application. .. _`security advisories database`: https://github.com/FriendsOfPHP/security-advisories .. _`SensioDistributionBundle`: https://packagist.org/packages/sensio/distribution-bundle From 56bdf43ba854f3efc79c0a55aa78e198cb38ef1f Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 28 Sep 2016 12:05:04 +0200 Subject: [PATCH 2/2] Minor rewords --- security/security_checker.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/security_checker.rst b/security/security_checker.rst index 3c17a6692c3..cd25ce4fc74 100644 --- a/security/security_checker.rst +++ b/security/security_checker.rst @@ -27,7 +27,7 @@ FriendsOfPHP organization. .. note:: To enable the ``security:check`` command, make sure the - `SensioDistributionBundle`_ is enabled in your application. + `SensioDistributionBundle`_ is installed and enabled in your application. .. _`security advisories database`: https://github.com/FriendsOfPHP/security-advisories -.. _`SensioDistributionBundle`: https://packagist.org/packages/sensio/distribution-bundle +.. _`SensioDistributionBundle`: https://github.com/sensiolabs/SensioDistributionBundle