Commit 9f017a54 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 b6200b97
Loading
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -497,7 +497,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "3f1bebdcf62914e5120cb30cb8e8fad67a2662af"
                "reference": "e54d251abb2cd264ffa36a072621b58882a43f68"
            },
            "require": {
                "asm89/stack-cors": "^2.3",
@@ -531,14 +531,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",
                "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",
@@ -2565,16 +2565,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": {
@@ -2622,7 +2622,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": [
                {
@@ -2642,7 +2642,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-03-06T11:15:58+00:00"
            "time": "2026-05-24T10:54:17+00:00"
        },
        {
            "name": "symfony/http-kernel",
@@ -3675,16 +3675,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": {
@@ -3738,7 +3738,7 @@
                "url"
            ],
            "support": {
                "source": "https://github.com/symfony/routing/tree/v6.4.40"
                "source": "https://github.com/symfony/routing/tree/v6.4.41"
            },
            "funding": [
                {
@@ -3758,7 +3758,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
@@ -39,7 +39,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",
@@ -52,7 +52,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",
+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": {