Skip to content

Commit

Permalink
Added description on how to enable the security:check command through…
Browse files Browse the repository at this point in the history
… composer
  • Loading branch information
bizmate committed Jun 6, 2015
1 parent 4fc429e commit 396302b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions book/security.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1352,6 +1352,13 @@ FriendsOfPHP organization.
any of your dependencies is affected by a known security vulnerability.
Therefore, you can easily integrate it in your build process.

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'
Final Words
-----------

Expand Down Expand Up @@ -1381,3 +1388,4 @@ Learn More from the Cookbook
.. _`online tool`: https://www.dailycred.com/blog/12/bcrypt-calculator
.. _`frameworkextrabundle documentation`: http://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
.. _`security advisories database`: https://github.com/FriendsOfPHP/security-advisories
.. _`sensio distribution bundle`: https://packagist.org/packages/sensio/distribution-bundle

0 comments on commit 396302b

Please sign in to comment.