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 e64cb18 + f1f18ad commit 420789cCopy full SHA for 420789c
composer.json
@@ -93,6 +93,7 @@
93
"sensio/framework-extra-bundle": "^3.0.2"
94
},
95
"conflict": {
96
+ "egulias/email-validator": ">=2.0",
97
"phpdocumentor/reflection": "<1.0.7",
98
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
99
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
"autoload": {
49
"psr-4": { "Symfony\\Component\\Validator\\": "" },
50
"exclude-from-classmap": [
0 commit comments