We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a2be165 + 84b452d commit 8214958Copy full SHA for 8214958
README.md
@@ -7,8 +7,9 @@ The NelmioSecurityBundle provides additional security features for your Symfony
7
## Installation
8
9
Require the `nelmio/security-bundle` package in your composer.json and update your dependencies:
10
-
11
- $ composer require nelmio/security-bundle
+```bash
+composer require nelmio/security-bundle
12
+```
13
14
The bundle should be automatically enabled by [Symfony Flex][1]. If you don't use
15
Flex, you'll need to enable it manually as explained [in the docs][2].
0 commit comments