We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8edfe55 commit d556a89Copy full SHA for d556a89
composer.json
@@ -28,8 +28,9 @@
28
"suggest": {
29
"symfony/event-dispatcher": "",
30
"symfony/http-foundation": "",
31
- "symfony/validator": "",
32
- "ircmaxell/password-compat": ""
+ "symfony/validator": "For using the user password constraint",
+ "symfony/expression-language": "For using the expression voter",
33
+ "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5"
34
},
35
"autoload": {
36
"psr-0": { "Symfony\\Component\\Security\\Core\\": "" }
0 commit comments