Commit 5acb94c1 authored by catch's avatar catch
Browse files

Issue #3298343 by andypost, Spokje: upgrade egulias/email-validator to 3.2.1 to support PHP 8.2

(cherry picked from commit fa81e936)
parent 748dd319
Loading
Loading
Loading
Loading
+8 −8
Original line number Diff line number Diff line
@@ -441,13 +441,13 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "e2a0c8f35b82a821f3c5dafbd2c8951f1a86b49c"
                "reference": "24e68923f64073d860bf08e6c0e412614ed40703"
            },
            "require": {
                "asm89/stack-cors": "^2.0.2",
                "composer/semver": "^3.3",
                "doctrine/annotations": "^1.13",
                "egulias/email-validator": "^2.1.22|^3.1",
                "egulias/email-validator": "^3.2.1",
                "ext-date": "*",
                "ext-dom": "*",
                "ext-filter": "*",
@@ -629,16 +629,16 @@
        },
        {
            "name": "egulias/email-validator",
            "version": "3.1.2",
            "version": "3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/egulias/EmailValidator.git",
                "reference": "ee0db30118f661fb166bcffbf5d82032df484697"
                "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697",
                "reference": "ee0db30118f661fb166bcffbf5d82032df484697",
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715",
                "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715",
                "shasum": ""
            },
            "require": {
@@ -685,7 +685,7 @@
            ],
            "support": {
                "issues": "https://github.com/egulias/EmailValidator/issues",
                "source": "https://github.com/egulias/EmailValidator/tree/3.1.2"
                "source": "https://github.com/egulias/EmailValidator/tree/3.2.1"
            },
            "funding": [
                {
@@ -693,7 +693,7 @@
                    "type": "github"
                }
            ],
            "time": "2021-10-11T09:18:27+00:00"
            "time": "2022-06-18T20:57:19+00:00"
        },
        {
            "name": "guzzlehttp/guzzle",
+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
        "composer/semver": "~3.3.2",
        "doctrine/annotations": "~1.13.2",
        "doctrine/lexer": "~1.2.3",
        "egulias/email-validator": "~3.1.2",
        "egulias/email-validator": "~3.2.1",
        "guzzlehttp/guzzle": "~7.4.5",
        "guzzlehttp/promises": "~1.5.1",
        "guzzlehttp/psr7": "~2.4.0",
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@
        "doctrine/annotations": "^1.13",
        "guzzlehttp/guzzle": "^7.4.5",
        "guzzlehttp/psr7": "^2.2.0",
        "egulias/email-validator": "^2.1.22|^3.1",
        "egulias/email-validator": "^3.2.1",
        "masterminds/html5": "^2.7",
        "symfony/psr-http-message-bridge": "^2.1",
        "composer/semver": "^3.3",