We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f62c4a commit 6af950aCopy full SHA for 6af950a
composer.json
@@ -140,7 +140,7 @@
140
"predis/predis": "~1.1",
141
"psr/http-client": "^1.0",
142
"psr/simple-cache": "^1.0|^2.0",
143
- "egulias/email-validator": "^2.1.10|^3.1",
+ "egulias/email-validator": "^2.1.10|^3.1|^4",
144
"symfony/mercure-bundle": "^0.3",
145
"symfony/phpunit-bridge": "^5.2|^6.0",
146
"symfony/runtime": "self.version",
src/Symfony/Component/Validator/composer.json
@@ -43,7 +43,7 @@
43
"symfony/translation": "^4.4|^5.0|^6.0",
44
"doctrine/annotations": "^1.13|^2",
45
"doctrine/cache": "^1.11|^2.0",
46
- "egulias/email-validator": "^2.1.10|^3"
+ "egulias/email-validator": "^2.1.10|^3|^4"
47
},
48
"conflict": {
49
"doctrine/annotations": "<1.13",
0 commit comments