Commit bfde0989 authored by catch's avatar catch
Browse files

task: #3592421 Update Symfony routing and http-foundation versions

By: godotislate
By: dww
By: znerol
By: longwave
parent ad070561
Loading
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -417,7 +417,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "23997528cacf8dbfaeed262b746069f3048d8a76"
                "reference": "738fad58e605901746f56a4a5949de11a3520e2e"
            },
            "require": {
                "asm89/stack-cors": "^2.3",
@@ -451,14 +451,14 @@
                "symfony/event-dispatcher": "^6.4",
                "symfony/filesystem": "^6.4",
                "symfony/finder": "^6.4",
                "symfony/http-foundation": "^6.4",
                "symfony/http-foundation": "^6.4.41",
                "symfony/http-kernel": "^6.4.40",
                "symfony/mailer": "^6.4.40",
                "symfony/mime": "^6.4.40",
                "symfony/polyfill-iconv": "^1.26",
                "symfony/process": "^6.4.33",
                "symfony/psr-http-message-bridge": "^2.1|^6.4",
                "symfony/routing": "^6.4.40",
                "symfony/routing": "^6.4.41",
                "symfony/serializer": "^6.4",
                "symfony/validator": "^6.4",
                "symfony/yaml": "^6.4.40",
@@ -2436,16 +2436,16 @@
        },
        {
            "name": "symfony/http-foundation",
            "version": "v6.4.35",
            "version": "v6.4.41",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "cffffd0a2c037117b742b4f8b379a22a2a33f6d2"
                "reference": "48d76c29a67a301e0f7779a512bf76417395ffef"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/cffffd0a2c037117b742b4f8b379a22a2a33f6d2",
                "reference": "cffffd0a2c037117b742b4f8b379a22a2a33f6d2",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/48d76c29a67a301e0f7779a512bf76417395ffef",
                "reference": "48d76c29a67a301e0f7779a512bf76417395ffef",
                "shasum": ""
            },
            "require": {
@@ -2493,7 +2493,7 @@
            "description": "Defines an object-oriented layer for the HTTP specification",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-foundation/tree/v6.4.35"
                "source": "https://github.com/symfony/http-foundation/tree/v6.4.41"
            },
            "funding": [
                {
@@ -2513,7 +2513,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-03-06T11:15:58+00:00"
            "time": "2026-05-24T10:54:17+00:00"
        },
        {
            "name": "symfony/http-kernel",
@@ -3546,16 +3546,16 @@
        },
        {
            "name": "symfony/routing",
            "version": "v6.4.40",
            "version": "v6.4.41",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/routing.git",
                "reference": "0cd0d2fb05382c95dff6b33c51a7c96cbdbc136d"
                "reference": "af04c79671fd8df0805a44c83fa2b0ba56c8329e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/routing/zipball/0cd0d2fb05382c95dff6b33c51a7c96cbdbc136d",
                "reference": "0cd0d2fb05382c95dff6b33c51a7c96cbdbc136d",
                "url": "https://api.github.com/repos/symfony/routing/zipball/af04c79671fd8df0805a44c83fa2b0ba56c8329e",
                "reference": "af04c79671fd8df0805a44c83fa2b0ba56c8329e",
                "shasum": ""
            },
            "require": {
@@ -3609,7 +3609,7 @@
                "url"
            ],
            "support": {
                "source": "https://github.com/symfony/routing/tree/v6.4.40"
                "source": "https://github.com/symfony/routing/tree/v6.4.41"
            },
            "funding": [
                {
@@ -3629,7 +3629,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-05-19T20:33:22+00:00"
            "time": "2026-05-24T11:18:16+00:00"
        },
        {
            "name": "symfony/serializer",
+2 −2
Original line number Diff line number Diff line
@@ -37,7 +37,7 @@
        "symfony/event-dispatcher-contracts": "~v3.7.0",
        "symfony/filesystem": "~v6.4.39",
        "symfony/finder": "~v6.4.34",
        "symfony/http-foundation": "~v6.4.35",
        "symfony/http-foundation": "~v6.4.41",
        "symfony/http-kernel": "~v6.4.40",
        "symfony/mailer": "~v6.4.40",
        "symfony/mime": "~v6.4.40",
@@ -50,7 +50,7 @@
        "symfony/polyfill-php83": "~v1.37.0",
        "symfony/process": "~v6.4.39",
        "symfony/psr-http-message-bridge": "~v6.4.32",
        "symfony/routing": "~v6.4.40",
        "symfony/routing": "~v6.4.41",
        "symfony/serializer": "~v6.4.37",
        "symfony/service-contracts": "~v3.7.0",
        "symfony/string": "~v6.4.39",
+2 −2
Original line number Diff line number Diff line
@@ -23,11 +23,11 @@
        "symfony/event-dispatcher": "^6.4",
        "symfony/filesystem": "^6.4",
        "symfony/finder": "^6.4",
        "symfony/http-foundation": "^6.4",
        "symfony/http-foundation": "^6.4.41",
        "symfony/http-kernel": "^6.4.40",
        "symfony/mailer": "^6.4.40",
        "symfony/mime": "^6.4.40",
        "symfony/routing": "^6.4.40",
        "symfony/routing": "^6.4.41",
        "symfony/serializer": "^6.4",
        "symfony/validator": "^6.4",
        "symfony/process": "^6.4.33",
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    "license": "GPL-2.0-or-later",
    "require": {
        "php": ">=8.1.0",
        "symfony/http-foundation": "^6.4"
        "symfony/http-foundation": "^6.4.41"
    },
    "autoload": {
        "psr-4": {