Skip to content

Commit

Permalink
Improved security:check command description
Browse files Browse the repository at this point in the history
  • Loading branch information
bizmate committed Jun 7, 2015
1 parent 396302b commit 5aa7044
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion book/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1352,12 +1352,14 @@ FriendsOfPHP organization.
any of your dependencies is affected by a known security vulnerability.
Therefore, you can easily integrate it in your build process.

.. note::

To enable the ``security:check`` command, you need to add the
`sensio distribution bundle`_ in your composer dependencies.

.. code-block:: bash
$ composer require 'sensio/distribution-bundle:~3'
$ composer require 'sensio/distribution-bundle'
Final Words
-----------
Expand Down

0 comments on commit 5aa7044

Please sign in to comment.