Thanks to visit codestin.com
Credit goes to github.com

Skip to content

do not conflict with egulias/email-validator 2.0+ #25861

New issue

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

Merged
merged 1 commit into from
Jan 21, 2018
Merged

Conversation

xabbuh
Copy link
Member

@xabbuh xabbuh commented Jan 20, 2018

Q A
Branch? 2.7
Bug fix? yes
New feature? no
BC breaks? no
Deprecations? no
Tests pass? yes
Fixed tickets #25851 (comment)
License MIT
Doc PR

Not allowing egulias/email-validator 2.0+ will prevent applications using this package from updating to the next patch release.

…idator 2.0 (emodric)"

This reverts commit f1f18ad, reversing
changes made to 8e8ee09.
@@ -42,9 +42,6 @@
"symfony/property-access": "For using the 2.4 Validator API",
"symfony/expression-language": "For using the 2.4 Expression validator"
},
"conflict": {
"egulias/email-validator": ">=2.0"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this conflict still exist for the versions that are incompatible, or are all versions now compatible in this version of Symfony that's going to be released?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the same as it is all currently maintained versions: The EmailValidator class checks if the installed version can be used when the strict option is enabled.

@fabpot
Copy link
Member

fabpot commented Jan 21, 2018

Thank you @xabbuh.

@fabpot fabpot merged commit 1a1aaa7 into symfony:2.7 Jan 21, 2018
fabpot added a commit that referenced this pull request Jan 21, 2018
This PR was merged into the 2.7 branch.

Discussion
----------

do not conflict with egulias/email-validator 2.0+

| Q             | A
| ------------- | ---
| Branch?       | 2.7
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #25851 (comment)
| License       | MIT
| Doc PR        |

Not allowing `egulias/email-validator` 2.0+ will prevent applications using this package from updating to the next patch release.

Commits
-------

1a1aaa7 Revert "bug #25851 [Validator] Conflict with egulias/email-validator 2.0 (emodric)"
@xabbuh xabbuh deleted the pr-25851 branch January 21, 2018 08:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants