Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[Mailer] Can't use >= 3.0 egulias/EmailValidator dep #39656

Copy link
Copy link
Closed
@michaljusiega

Description

@michaljusiega
Issue body actions

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.

How to reproduce
Create project with 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

Additional context
At first look, there is no BC-BREAK changes.

Ready to make PR.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.