Skip to content

Commit 5aa7044

Browse files
committed
Improved security:check command description
1 parent 396302b commit 5aa7044

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

book/security.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1352,12 +1352,14 @@ 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+
.. note::
1356+
13551357
To enable the ``security:check`` command, you need to add the
13561358
`sensio distribution bundle`_ in your composer dependencies.
13571359

13581360
.. code-block:: bash
13591361
1360-
$ composer require 'sensio/distribution-bundle:~3'
1362+
$ composer require 'sensio/distribution-bundle'
13611363
13621364
Final Words
13631365
-----------

0 commit comments

Comments
 (0)