File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed
Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,6 @@ The Security Component
1414Installation
1515------------
1616
17- .. code-block :: terminal
18-
19- $ composer require symfony/security
20-
21- .. include :: /components/require_autoload.rst.inc
22-
2317The Security component is divided into several smaller sub-components which can
2418be 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
You can’t perform that action at this time.
0 commit comments