Skip to content

Commit bc73643

Browse files
committed
minor #5363 Added description on how to enable the security:check command through… (bizmate)
This PR was merged into the 2.7 branch. Discussion ---------- Added description on how to enable the security:check command through… … composer Commits ------- f5774d2 Changed 'in' to 'to' and removed 'composer' 8f00174 Merge remote-tracking branch 'remotes/upstream/2.7' into 2.7 5c872f2 Bundle name case change aa0dff4 Indented code block in security:check command description 5aa7044 Improved security:check command description 396302b Added description on how to enable the security:check command through composer
2 parents afffee6 + f5774d2 commit bc73643

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

book/security.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1378,6 +1378,15 @@ FriendsOfPHP organization.
13781378
any of your dependencies is affected by a known security vulnerability.
13791379
Therefore, you can easily integrate it in your build process.
13801380

1381+
.. note::
1382+
1383+
To enable the ``security:check`` command, you need to add the
1384+
`SensioDistributionBundle`_ to your dependencies.
1385+
1386+
.. code-block:: bash
1387+
1388+
$ composer require 'sensio/distribution-bundle'
1389+
13811390
Final Words
13821391
-----------
13831392

@@ -1408,3 +1417,4 @@ Learn More from the Cookbook
14081417
.. _`frameworkextrabundle documentation`: https://symfony.com/doc/current/bundles/SensioFrameworkExtraBundle/index.html
14091418
.. _`security advisories database`: https://github.com/FriendsOfPHP/security-advisories
14101419
.. _`HWIOAuthBundle`: https://github.com/hwi/HWIOAuthBundle
1420+
.. _`SensioDistributionBundle`: https://packagist.org/packages/sensio/distribution-bundle

0 commit comments

Comments
 (0)