8000 bug #31260 Make the email validator a hard requirement of mailer (fab… · symfony/symfony@66fd6c5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 66fd6c5

Browse files
committed
bug #31260 Make the email validator a hard requirement of mailer (fabpot)
This PR was merged into the 4.3-dev branch. Discussion ---------- Make the email validator a hard requirement of mailer | Q | A | ------------- | --- | Branch? | master | Bug fix? | yes-ish | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | n/a | License | MIT | Doc PR | n/a I think it makes sense to have the email address validator as a hard requirement of Mailer... as I don't see how you can send emails without an email address :) Commits ------- 5ad2cb1 made the email validator a hard requirement of mailer
2 parents 73d303a + 5ad2cb1 commit 66fd6c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Mailer/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
],
1818
"require": {
1919
"php": "^7.1.3",
20+
"egulias/email-validator": "^2.0",
2021
"psr/log": "~1.0",
2122
"symfony/event-dispatcher": "^4.3",
2223
"symfony/mime": "^4.3"
2324
},
2425
"require-dev": {
2526
"symfony/amazon-mailer": "^4.3",
26-
"egulias/email-validator": "^2.0",
2727
"symfony/google-mailer": "^4.3",
2828
"symfony/mailgun-mailer": "^4.3",
2929
"symfony/mailchimp-mailer": "^4.3",

0 commit comments

Comments
 (0)
0