We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e8ee09 commit 72d8e8aCopy full SHA for 72d8e8a
composer.json
@@ -85,6 +85,7 @@
85
"sensio/framework-extra-bundle": "^3.0.2"
86
},
87
"conflict": {
88
+ "egulias/email-validator": ">=2.0",
89
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
90
91
"autoload": {
src/Symfony/Component/Validator/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
49
"psr-4": { "Symfony\\Component\\Validator\\": "" },
50
"exclude-from-classmap": [
0 commit comments