Skip to content

Commit 396302b

Browse files
committed
Added description on how to enable the security:check command through composer
1 parent 4fc429e commit 396302b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

book/security.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1352,6 +1352,13 @@ FriendsOfPHP organization.
13521352
any of your dependencies is affected by a known security vulnerability.
13531353
Therefore, you can easily integrate it in your build process.
13541354

1355+
To enable the ``security:check`` command, you need to add the
1356+
`sensio distribution bundle`_ in your composer dependencies.
1357+
1358+
.. code-block:: bash
1359+
1360+
$ composer require 'sensio/distribution-bundle:~3'
1361+
13551362
Final Words
13561363
-----------
13571364

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

0 commit comments

Comments
 (0)