Commit 6b745965 authored by catch's avatar catch
Browse files

Issue #3357585 by longwave, catch: Pin to egulias/email-validator v4

(cherry picked from commit 889a6c48)
parent 2602912f
Loading
Loading
Loading
Loading
+12 −12
Original line number Diff line number Diff line
@@ -710,26 +710,26 @@
        },
        {
            "name": "egulias/email-validator",
            "version": "3.2.5",
            "version": "4.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/egulias/EmailValidator.git",
                "reference": "b531a2311709443320c786feb4519cfaf94af796"
                "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/b531a2311709443320c786feb4519cfaf94af796",
                "reference": "b531a2311709443320c786feb4519cfaf94af796",
                "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/3a85486b709bc384dae8eb78fb2eec649bdb64ff",
                "reference": "3a85486b709bc384dae8eb78fb2eec649bdb64ff",
                "shasum": ""
            },
            "require": {
                "doctrine/lexer": "^1.2|^2",
                "php": ">=7.2",
                "symfony/polyfill-intl-idn": "^1.15"
                "doctrine/lexer": "^2.0 || ^3.0",
                "php": ">=8.1",
                "symfony/polyfill-intl-idn": "^1.26"
            },
            "require-dev": {
                "phpunit/phpunit": "^8.5.8|^9.3.3",
                "vimeo/psalm": "^4"
                "phpunit/phpunit": "^9.5.27",
                "vimeo/psalm": "^4.30"
            },
            "suggest": {
                "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
@@ -737,7 +737,7 @@
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.0.x-dev"
                    "dev-master": "4.0.x-dev"
                }
            },
            "autoload": {
@@ -765,7 +765,7 @@
            ],
            "support": {
                "issues": "https://github.com/egulias/EmailValidator/issues",
                "source": "https://github.com/egulias/EmailValidator/tree/3.2.5"
                "source": "https://github.com/egulias/EmailValidator/tree/4.0.1"
            },
            "funding": [
                {
@@ -773,7 +773,7 @@
                    "type": "github"
                }
            ],
            "time": "2023-01-02T17:26:14+00:00"
            "time": "2023-01-14T14:17:03+00:00"
        },
        {
            "name": "guzzlehttp/guzzle",
+1 −1
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@
        "doctrine/annotations": "~1.14.3",
        "doctrine/deprecations": "~v1.0.0",
        "doctrine/lexer": "~2.1.0",
        "egulias/email-validator": "~3.2.5",
        "egulias/email-validator": "~4.0.1",
        "guzzlehttp/guzzle": "~7.5.1",
        "guzzlehttp/promises": "~1.5.2",
        "guzzlehttp/psr7": "~2.5.0",