Skip to content

Commit 65b84db

Browse files
committed
Removed the symfony/security component
1 parent 0830e53 commit 65b84db

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

components/security.rst

+11-6
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)