Skip to content

Commit b8c767e

Browse files
committed
minor symfony#19150 sync min email validator version (xabbuh)
This PR was merged into the 2.7 branch. Discussion ---------- sync min email validator version | Q | A | ------------- | --- | Branch? | 2.7 | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | I stumbled upon this while trying to run the min deps version tests while installing everything from the global `composer.json` file. In the Validator component, we already have this present for a long time sine b1b5cca. Commits ------- c484db1 sync min email validator version
2 parents 97c3102 + c484db1 commit b8c767e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"monolog/monolog": "~1.11",
7979
"ircmaxell/password-compat": "~1.0",
8080
"ocramius/proxy-manager": "~0.4|~1.0|~2.0",
81-
"egulias/email-validator": "~1.2"
81+
"egulias/email-validator": "~1.2,>=1.2.1"
8282
},
8383
"autoload": {
8484
"psr-4": {

0 commit comments

Comments
 (0)