File tree 1 file changed +11
-6
lines changed
1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,6 @@ The Security Component
14
14
Installation
15
15
------------
16
16
17
- .. code-block :: terminal
18
-
19
- $ composer require symfony/security
20
-
21
- .. include :: /components/require_autoload.rst.inc
22
-
23
17
The Security component is divided into several smaller sub-components which can
24
18
be used separately:
25
19
@@ -38,6 +32,17 @@ be used separately:
38
32
It brings many layers of authentication together, allowing the creation
39
33
of complex authentication systems.
40
34
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
+
41
46
.. seealso ::
42
47
43
48
This article explains how to use the Security features as an independent
You can’t perform that action at this time.
0 commit comments