Skip to content

Commit 72d8e8a

Browse files
committed
[Validator] Conflict with egulias/email-validator 2.0
1 parent 8e8ee09 commit 72d8e8a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

composer.json

+1
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@
8585
"sensio/framework-extra-bundle": "^3.0.2"
8686
},
8787
"conflict": {
88+
"egulias/email-validator": ">=2.0",
8889
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
8990
},
9091
"autoload": {

src/Symfony/Component/Validator/composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
"symfony/property-access": "For using the 2.4 Validator API",
4343
"symfony/expression-language": "For using the 2.4 Expression validator"
4444
},
45+
"conflict": {
46+
"egulias/email-validator": ">=2.0"
47+
},
4548
"autoload": {
4649
"psr-4": { "Symfony\\Component\\Validator\\": "" },
4750
"exclude-from-classmap": [

0 commit comments

Comments
 (0)