Issue #3238763 by longwave, Spokje, Krzysztof Domański, tstoeckler, quietone: Upgrade egulias/email-validator to v3
parent
1b9983e8d4
commit
d87c168b67
|
@ -535,14 +535,14 @@
|
|||
"dist": {
|
||||
"type": "path",
|
||||
"url": "core",
|
||||
"reference": "a986b9e62a8273bbdb670ac6e8829ff8e69d9cec"
|
||||
"reference": "7a98829a05bab8c01cf51eb9885417ba39848606"
|
||||
},
|
||||
"require": {
|
||||
"asm89/stack-cors": "^1.1",
|
||||
"composer/semver": "^3.0",
|
||||
"doctrine/annotations": "^1.12",
|
||||
"doctrine/reflection": "^1.1",
|
||||
"egulias/email-validator": "^2.1.22",
|
||||
"egulias/email-validator": "^2.1.22|^3.0",
|
||||
"ext-date": "*",
|
||||
"ext-dom": "*",
|
||||
"ext-filter": "*",
|
||||
|
@ -854,27 +854,27 @@
|
|||
},
|
||||
{
|
||||
"name": "egulias/email-validator",
|
||||
"version": "2.1.25",
|
||||
"version": "3.1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/egulias/EmailValidator.git",
|
||||
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4"
|
||||
"reference": "ee0db30118f661fb166bcffbf5d82032df484697"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/0dbf5d78455d4d6a41d186da50adc1122ec066f4",
|
||||
"reference": "0dbf5d78455d4d6a41d186da50adc1122ec066f4",
|
||||
"url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697",
|
||||
"reference": "ee0db30118f661fb166bcffbf5d82032df484697",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/lexer": "^1.0.1",
|
||||
"php": ">=5.5",
|
||||
"symfony/polyfill-intl-idn": "^1.10"
|
||||
"doctrine/lexer": "^1.2",
|
||||
"php": ">=7.2",
|
||||
"symfony/polyfill-intl-idn": "^1.15"
|
||||
},
|
||||
"require-dev": {
|
||||
"dominicsayers/isemail": "^3.0.7",
|
||||
"phpunit/phpunit": "^4.8.36|^7.5.15",
|
||||
"satooshi/php-coveralls": "^1.0.1"
|
||||
"php-coveralls/php-coveralls": "^2.2",
|
||||
"phpunit/phpunit": "^8.5.8|^9.3.3",
|
||||
"vimeo/psalm": "^4"
|
||||
},
|
||||
"suggest": {
|
||||
"ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
|
||||
|
@ -882,7 +882,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.1.x-dev"
|
||||
"dev-master": "3.0.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -910,7 +910,7 @@
|
|||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/egulias/EmailValidator/issues",
|
||||
"source": "https://github.com/egulias/EmailValidator/tree/2.1.25"
|
||||
"source": "https://github.com/egulias/EmailValidator/tree/3.1.2"
|
||||
},
|
||||
"funding": [
|
||||
{
|
||||
|
@ -918,7 +918,7 @@
|
|||
"type": "github"
|
||||
}
|
||||
],
|
||||
"time": "2020-12-29T14:50:06+00:00"
|
||||
"time": "2021-10-11T09:18:27+00:00"
|
||||
},
|
||||
{
|
||||
"name": "guzzlehttp/guzzle",
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
"doctrine/annotations": "1.13.2",
|
||||
"doctrine/lexer": "1.2.1",
|
||||
"doctrine/reflection": "1.2.2",
|
||||
"egulias/email-validator": "2.1.25",
|
||||
"egulias/email-validator": "3.1.2",
|
||||
"guzzlehttp/guzzle": "6.5.5",
|
||||
"guzzlehttp/promises": "1.5.1",
|
||||
"guzzlehttp/psr7": "1.8.3",
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
"symfony-cmf/routing": "^2.1",
|
||||
"laminas/laminas-feed": "^2.12",
|
||||
"stack/builder": "^1.0",
|
||||
"egulias/email-validator": "^2.1.22",
|
||||
"egulias/email-validator": "^2.1.22|^3.0",
|
||||
"masterminds/html5": "^2.1",
|
||||
"symfony/psr-http-message-bridge": "^2.0",
|
||||
"laminas/laminas-diactoros": "^2.1",
|
||||
|
|
Loading…
Reference in New Issue