8000 bug #48904 [Validator] Allow egulias/email-validator v4 (chalasr) · symfony/symfony@27e6eb4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 27e6eb4

Browse files
committed
bug #48904 [Validator] Allow egulias/email-validator v4 (chalasr)
This PR was merged into the 5.4 branch. Discussion ---------- [Validator] Allow egulias/email-validator v4 | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | no | License | MIT | Doc PR | - https://github.com/egulias/EmailValidator/releases/tag/4.0.0 Commits ------- 6af950a [Validator] Allow egulias/email-validator v4
2 parents 2f62c4a + 6af950a commit 27e6eb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@
140140
"predis/predis": "~1.1",
141141
"psr/http-client": "^1.0",
142142
"psr/simple-cache": "^1.0|^2.0",
143-
"egulias/email-validator": "^2.1.10|^3.1",
143+
"egulias/email-validator": "^2.1.10|^3.1|^4",
144144
"symfony/mercure-bundle": "^0.3",
145145
"symfony/phpunit-bridge": "^5.2|^6.0",
146146
"symfony/runtime": "self.version",

src/Symfony/Component/Validator/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"symfony/translation": "^4.4|^5.0|^6.0",
4444
"doctrine/annotations": "^1.13|^2",
4545
"doctrine/cache": "^1.11|^2.0",
46-
"egulias/email-validator": "^2.1.10|^3"
46+
"egulias/email-validator": "^2.1.10|^3|^4"
4747
},
4848
"conflict": {
4949
"doctrine/annotations": "<1.13",

0 commit comments

Comments
 (0)
0