Skip to content

Don't recommend requiring with Composer #10704

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 30, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 2 additions & 11 deletions setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -116,17 +116,7 @@ Checking for Security Vulnerabilities
-------------------------------------

Symfony provides a utility called the "Security Checker" to check whether your
project's dependencies contain any known security vulnerability. Run this
command to install it in your application:

.. code-block:: terminal

$ cd my-project/
$ composer require sensiolabs/security-checker --dev

From now on, this utility will be run automatically whenever you install or
update any dependency in the application. If a dependency contains a vulnerability,
you'll see a clear message.
project's dependencies contain any known security vulnerability. Check out the integration instructions for `the Security Checker`_ to set it up.

The Symfony Demo application
----------------------------
Expand Down Expand Up @@ -162,5 +152,6 @@ Go Deeper with Setup

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