Verified Commit 6d2bf846 authored by Dave Long's avatar Dave Long
Browse files

Issue #3338301 by catch, longwave, benjifisher, jungle: Update Symfony to v6.2.6 / v4.4.50

parent 543019bb
Loading
Loading
Loading
Loading
+18 −18
Original line number Diff line number Diff line
@@ -2839,16 +2839,16 @@
        },
        {
            "name": "symfony/http-kernel",
            "version": "v4.4.49",
            "version": "v4.4.50",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-kernel.git",
                "reference": "4e36db8103062c62b3882b1bd297b02de6b021c4"
                "reference": "aa6df6c045f034aa13ac752fc234bb300b9488ef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4e36db8103062c62b3882b1bd297b02de6b021c4",
                "reference": "4e36db8103062c62b3882b1bd297b02de6b021c4",
                "url": "https://api.github.com/repos/symfony/http-kernel/zipball/aa6df6c045f034aa13ac752fc234bb300b9488ef",
                "reference": "aa6df6c045f034aa13ac752fc234bb300b9488ef",
                "shasum": ""
            },
            "require": {
@@ -2923,7 +2923,7 @@
            "description": "Provides a structured process for converting a Request into a Response",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-kernel/tree/v4.4.49"
                "source": "https://github.com/symfony/http-kernel/tree/v4.4.50"
            },
            "funding": [
                {
@@ -2939,7 +2939,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2022-11-28T17:58:43+00:00"
            "time": "2023-02-01T08:01:31+00:00"
        },
        {
            "name": "symfony/mime",
@@ -4217,16 +4217,16 @@
        },
        {
            "name": "symfony/var-dumper",
            "version": "v5.4.14",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/var-dumper.git",
                "reference": "6894d06145fefebd9a4c7272baa026a1c394a430"
                "reference": "2944bbc23f5f8da2b962fbcbf7c4a6109b2f4b7b"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/6894d06145fefebd9a4c7272baa026a1c394a430",
                "reference": "6894d06145fefebd9a4c7272baa026a1c394a430",
                "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2944bbc23f5f8da2b962fbcbf7c4a6109b2f4b7b",
                "reference": "2944bbc23f5f8da2b962fbcbf7c4a6109b2f4b7b",
                "shasum": ""
            },
            "require": {
@@ -4286,7 +4286,7 @@
                "dump"
            ],
            "support": {
                "source": "https://github.com/symfony/var-dumper/tree/v5.4.14"
                "source": "https://github.com/symfony/var-dumper/tree/v5.4.19"
            },
            "funding": [
                {
@@ -4302,7 +4302,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2022-10-07T08:01:20+00:00"
            "time": "2023-01-16T10:52:33+00:00"
        },
        {
            "name": "symfony/yaml",
@@ -7965,16 +7965,16 @@
        },
        {
            "name": "symfony/phpunit-bridge",
            "version": "v5.4.16",
            "version": "v5.4.19",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/phpunit-bridge.git",
                "reference": "5ea977eb24dd9926e2920078530985dc6942597c"
                "reference": "3b213e88832612c5eee0f8a9b764897896b23bf0"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/5ea977eb24dd9926e2920078530985dc6942597c",
                "reference": "5ea977eb24dd9926e2920078530985dc6942597c",
                "url": "https://api.github.com/repos/symfony/phpunit-bridge/zipball/3b213e88832612c5eee0f8a9b764897896b23bf0",
                "reference": "3b213e88832612c5eee0f8a9b764897896b23bf0",
                "shasum": ""
            },
            "require": {
@@ -8028,7 +8028,7 @@
            "description": "Provides utilities for PHPUnit, especially user deprecation notices management",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.16"
                "source": "https://github.com/symfony/phpunit-bridge/tree/v5.4.19"
            },
            "funding": [
                {
@@ -8044,7 +8044,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2022-11-14T09:59:19+00:00"
            "time": "2023-01-01T08:32:19+00:00"
        },
        {
            "name": "theseer/tokenizer",
+2 −2
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@
        "symfony/event-dispatcher-contracts": "~v1.1.13",
        "symfony/http-client-contracts": "~v2.5.2",
        "symfony/http-foundation": "~v4.4.49",
        "symfony/http-kernel": "~v4.4.49",
        "symfony/http-kernel": "~v4.4.50",
        "symfony/mime": "~v5.4.13",
        "symfony/polyfill-ctype": "~v1.27.0",
        "symfony/polyfill-iconv": "~v1.27.0",
@@ -59,7 +59,7 @@
        "symfony/translation": "~v4.4.47",
        "symfony/translation-contracts": "~v2.5.2",
        "symfony/validator": "~v4.4.48",
        "symfony/var-dumper": "~v5.4.14",
        "symfony/var-dumper": "~v5.4.19",
        "symfony/yaml": "~v4.4.45",
        "twig/twig": "~v2.15.4",
        "typo3/phar-stream-wrapper": "~v3.1.7"
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@
        "symfony/filesystem": "v4.4.42",
        "symfony/finder": "v4.4.44",
        "symfony/lock": "v4.4.46",
        "symfony/phpunit-bridge": "v5.4.16",
        "symfony/phpunit-bridge": "v5.4.19",
        "theseer/tokenizer": "1.2.1",
        "webmozart/assert": "1.11.0"
    }