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 8499a44 commit e603fffCopy full SHA for e603fff
composer.json
@@ -42,6 +42,9 @@
42
"symfony/property-access": "For using the 2.4 Validator API",
43
"symfony/expression-language": "For using the 2.4 Expression validator"
44
},
45
+ "conflict": {
46
+ "egulias/email-validator": ">=2.0"
47
+ },
48
"autoload": {
49
"psr-4": { "Symfony\\Component\\Validator\\": "" },
50
"exclude-from-classmap": [
0 commit comments