Skip to content

Commit 78e5d54

Browse files
committed
Component composer.json updated
1 parent 66494ed commit 78e5d54

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/Symfony/Component/Validator/composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
"symfony/property-info": "^5.4|^6.0",
4141
"symfony/translation": "^5.4|^6.0",
4242
"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"
4445
},
4546
"conflict": {
4647
"doctrine/annotations": "<1.13",
@@ -62,6 +63,7 @@
6263
"symfony/yaml": "",
6364
"symfony/config": "",
6465
"egulias/email-validator": "Strict (RFC compliant) email validation",
66+
"bjeavons/zxcvbn-php": "Password strength estimation used by the PasswordStrength constraint",
6567
"symfony/property-access": "For accessing properties within comparison constraints",
6668
"symfony/property-info": "To automatically add NotNull and Type constraints",
6769
"symfony/expression-language": "For using the Expression validator and the ExpressionLanguageSyntax constraints"

0 commit comments

Comments
 (0)