Skip to content

Commit d556a89

Browse files
committed
adjust doctrine dependencies
1 parent 8edfe55 commit d556a89

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@
2828
"suggest": {
2929
"symfony/event-dispatcher": "",
3030
"symfony/http-foundation": "",
31-
"symfony/validator": "",
32-
"ircmaxell/password-compat": ""
31+
"symfony/validator": "For using the user password constraint",
32+
"symfony/expression-language": "For using the expression voter",
33+
"ircmaxell/password-compat": "For using the BCrypt password encoder in PHP <5.5"
3334
},
3435
"autoload": {
3536
"psr-0": { "Symfony\\Component\\Security\\Core\\": "" }

0 commit comments

Comments
 (0)