summaryrefslogtreecommitdiffstats
path: root/Core
diff options
context:
space:
mode:
Diffstat (limited to 'Core')
-rw-r--r--Core/composer.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/Core/composer.json b/Core/composer.json
index 4e7ff3a..7520be4 100644
--- a/Core/composer.json
+++ b/Core/composer.json
@@ -28,8 +28,9 @@
"suggest": {
"symfony/event-dispatcher": "",
"symfony/http-foundation": "",
- "symfony/validator": "",
- "ircmaxell/password-compat": ""
+ "symfony/validator": "For using the user password constraint",
+ "symfony/expression-language": "For using the expression voter",
+ "ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5"
},
"autoload": {
"psr-0": { "Symfony\\Component\\Security\\Core\\": "" }