Skip to content

Commit 7d5893a

Browse files
committed
minor symfony#10704 Don't recommend requiring with Composer (driesvints)
This PR was merged into the 4.1 branch. Discussion ---------- Don't recommend requiring with Composer See discussion here: sensiolabs/security-checker#137 (review) Commits ------- 801645f Don't recommend requiring with Composer
2 parents d781027 + 801645f commit 7d5893a

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

setup.rst

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -116,17 +116,7 @@ Checking for Security Vulnerabilities
116116
-------------------------------------
117117

118118
Symfony provides a utility called the "Security Checker" to check whether your
119-
project's dependencies contain any known security vulnerability. Run this
120-
command to install it in your application:
121-
122-
.. code-block:: terminal
123-
124-
$ cd my-project/
125-
$ composer require sensiolabs/security-checker --dev
126-
127-
From now on, this utility will be run automatically whenever you install or
128-
update any dependency in the application. If a dependency contains a vulnerability,
129-
you'll see a clear message.
119+
project's dependencies contain any known security vulnerability. Check out the integration instructions for `the Security Checker`_ to set it up.
130120

131121
The Symfony Demo application
132122
----------------------------
@@ -162,5 +152,6 @@ Go Deeper with Setup
162152

163153
.. _`Stellar Development with Symfony`: http://symfonycasts.com/screencast/symfony
164154
.. _`Composer`: https://getcomposer.org/
155+
.. _`the Security Checker`: https://github.com/sensiolabs/security-checker#integration
165156
.. _`The Symfony Demo application`: https://github.com/symfony/demo
166157
.. _`symfony/symfony-demo`: https://github.com/symfony/demo

0 commit comments

Comments
 (0)