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.
2 parents 1f00c4b + e603fff commit 6cf97b4Copy full SHA for 6cf97b4
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