File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
src/Symfony/Component/Validator Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 40
40
"symfony/property-info" : " ^5.4|^6.0" ,
41
41
"symfony/translation" : " ^5.4|^6.0" ,
42
42
"doctrine/annotations" : " ^1.13|^2" ,
43
- "egulias/email-validator" : " ^2.1.10|^3|^4"
43
+ "egulias/email-validator" : " ^2.1.10|^3|^4" ,
44
+ "bjeavons/zxcvbn-php" : " ^1.0"
44
45
},
45
46
"conflict" : {
46
47
"doctrine/annotations" : " <1.13" ,
62
63
"symfony/yaml" : " " ,
63
64
"symfony/config" : " " ,
64
65
"egulias/email-validator" : " Strict (RFC compliant) email validation" ,
66
+ "bjeavons/zxcvbn-php" : " Password strength estimation used by the PasswordStrength constraint" ,
65
67
"symfony/property-access" : " For accessing properties within comparison constraints" ,
66
68
"symfony/property-info" : " To automatically add NotNull and Type constraints" ,
67
69
"symfony/expression-language" : " For using the Expression validator and the ExpressionLanguageSyntax constraints"
You can’t perform that action at this time.
0 commit comments