Skip to content

Commit efed8f8

Browse files
curry684javiereguiluz
authored andcommitted
Remove reference to Local PHP Security Checker
Local PHP Security Checker has been archived in favor of composer audit months ago.
1 parent 53288e4 commit efed8f8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

setup.rst

+3-4
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,9 @@ workflows to make them fail when there are vulnerabilities.
249249
.. tip::
250250

251251
In continuous integration services you can check security vulnerabilities
252-
using a different stand-alone project called `Local PHP Security Checker`_.
253-
This is the same project used internally by ``check:security`` but much
254-
smaller in size than the entire Symfony CLI.
252+
by invoking `composer audit`. This uses the same data internally as
253+
``check:security`` but does not require installing the entire Symfony CLI
254+
during CI or on CI workers.
255255

256256
Symfony LTS Versions
257257
--------------------
@@ -318,7 +318,6 @@ Learn More
318318
.. _`The Symfony Demo Application`: https://github.com/symfony/demo
319319
.. _`Symfony Flex`: https://github.com/symfony/flex
320320
.. _`PHP security advisories database`: https://github.com/FriendsOfPHP/security-advisories
321-
.. _`Local PHP Security Checker`: https://github.com/fabpot/local-php-security-checker
322321
.. _`Symfony releases`: https://symfony.com/releases
323322
.. _`Main recipe repository`: https://github.com/symfony/recipes
324323
.. _`Contrib recipe repository`: https://github.com/symfony/recipes-contrib

0 commit comments

Comments
 (0)