We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Symfony version(s) affected: 4.4 / 5.1 / 5.2
Description It is not possible to update to newest 3.0 version (https://github.com/egulias/EmailValidator/releases/tag/3.0.0) because symfony/mailer has constraint for using ^2.1.10 version.
3.0
symfony/mailer
^2.1.10
How to reproduce Create project with composer.json
composer.json
"egulias/email-validator": "^3.0", "symfony/mailer": "^5.2",
Possible Solution Modify symfony/mailer composer.json for allow ^2.1.10|^3.0 or >=2.1.10
^2.1.10|^3.0
>=2.1.10
Additional context At first look, there is no BC-BREAK changes.
Ready to make PR.
The text was updated successfully, but these errors were encountered:
We should allow v2 and v3 to allow users to migrate at their own pace.
Ready to make PR
Yes please. But please note that egulias/email-validator is not only used by Mailer.
egulias/email-validator
Sorry, something went wrong.
@derrabus PR is currently opened (#39657).
New PR: #39685
bug #39685 [Mailer][Mime][TwigBridge][Validator] Allow egulias/email-…
d8cfa3e
…validator 3.x (derrabus) This PR was merged into the 4.4 branch. Discussion ---------- [Mailer][Mime][TwigBridge][Validator] Allow egulias/email-validator 3.x | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #39656 | License | MIT | Doc PR | N/A Commits ------- 3beeadb Allow egulias/email-validator 3.x
No branches or pull requests
Symfony version(s) affected: 4.4 / 5.1 / 5.2
Description
It is not possible to update to newest
3.0
version (https://github.com/egulias/EmailValidator/releases/tag/3.0.0) becausesymfony/mailer
has constraint for using^2.1.10
version.How to reproduce
Create project with
composer.json
Possible Solution
Modify
symfony/mailer
composer.json
for allow^2.1.10|^3.0
or>=2.1.10
Additional context
At first look, there is no BC-BREAK changes.
Ready to make PR.
The text was updated successfully, but these errors were encountered: