Skip to content

Commit 1a1aaa7

Browse files
committed
Revert "bug #25851 [Validator] Conflict with egulias/email-validator 2.0 (emodric)"
This reverts commit f1f18ad, reversing changes made to 8e8ee09.
1 parent f1f18ad commit 1a1aaa7

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
"sensio/framework-extra-bundle": "^3.0.2"
8686
},
8787
"conflict": {
88-
"egulias/email-validator": ">=2.0",
8988
"phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0"
9089
},
9190
"autoload": {

src/Symfony/Component/Validator/composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@
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-
},
4845
"autoload": {
4946
"psr-4": { "Symfony\\Component\\Validator\\": "" },
5047
"exclude-from-classmap": [

0 commit comments

Comments
 (0)