Skip to content

Commit 73b9548

Browse files
committed
minor #12353 Removed the symfony/security component (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Removed the symfony/security component Fixes #11989. If you are a Symfony developer, don't worry. **We haven't removed the security component**, only the `symfony/security` "meta-package". This won't affect you in any way when using a full Symfony application. It only affects to people using that meta-package as a stand-alone package in a PHP application. Commits ------- 65b84db Removed the symfony/security component
2 parents f59ae5d + 65b84db commit 73b9548

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

components/security.rst

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,6 @@ The Security Component
1414
Installation
1515
------------
1616

17-
.. code-block:: terminal
18-
19-
$ composer require symfony/security
20-
21-
.. include:: /components/require_autoload.rst.inc
22-
2317
The Security component is divided into several smaller sub-components which can
2418
be used separately:
2519

@@ -38,6 +32,17 @@ be used separately:
3832
It brings many layers of authentication together, allowing the creation
3933
of complex authentication systems.
4034

35+
You can install each of them separately in your project:
36+
37+
.. code-block:: terminal
38+
39+
$ composer require symfony/security-core
40+
$ composer require symfony/security-http
41+
$ composer require symfony/security-csrf
42+
$ composer require symfony/security-guard
43+
44+
.. include:: /components/require_autoload.rst.inc
45+
4146
.. seealso::
4247

4348
This article explains how to use the Security features as an independent

0 commit comments

Comments
 (0)