Commit ab77cf98 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

parent 112de039
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -725,16 +725,16 @@
        },
        {
            "name": "egulias/email-validator",
            "version": "3.2",
            "version": "3.2.1",
            "source": {
                "type": "git",
                "url": "https://github.com/egulias/EmailValidator.git",
                "reference": "a5ed8d58ed0c340a7c2109f587951b1c84cf6286"
                "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/a5ed8d58ed0c340a7c2109f587951b1c84cf6286",
                "reference": "a5ed8d58ed0c340a7c2109f587951b1c84cf6286",
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/f88dcf4b14af14a98ad96b14b2b317969eab6715",
                "reference": "f88dcf4b14af14a98ad96b14b2b317969eab6715",
                "shasum": ""
            },
            "require": {
@@ -781,7 +781,7 @@
            ],
            "support": {
                "issues": "https://github.com/egulias/EmailValidator/issues",
                "source": "https://github.com/egulias/EmailValidator/tree/3.2"
                "source": "https://github.com/egulias/EmailValidator/tree/3.2.1"
            },
            "funding": [
                {
@@ -789,7 +789,7 @@
                    "type": "github"
                }
            ],
            "time": "2022-05-28T22:19:18+00:00"
            "time": "2022-06-18T20:57:19+00:00"
        },
        {
            "name": "guzzlehttp/guzzle",
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
        "doctrine/annotations": "~1.13.2",
        "doctrine/lexer": "~1.2.3",
        "doctrine/reflection": "~1.2.3",
        "egulias/email-validator": "~3.2",
        "egulias/email-validator": "~3.2.1",
        "guzzlehttp/guzzle": "~6.5.8",
        "guzzlehttp/promises": "~1.5.1",
        "guzzlehttp/psr7": "~1.9.0",