Commit 09c8562d 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 c15356bb
Loading
Loading
Loading
Loading
Loading
+15 −15
Original line number Diff line number Diff line
@@ -368,7 +368,7 @@
            "dist": {
                "type": "path",
                "url": "core",
                "reference": "287d74b5ac896d9fd4abef077121a670683b0d15"
                "reference": "936460c6d8ba180c418e742235fa81d61241168b"
            },
            "require": {
                "asm89/stack-cors": "^2.3",
@@ -406,7 +406,7 @@
                "symfony/event-dispatcher": "^7.4",
                "symfony/filesystem": "^7.4",
                "symfony/finder": "^7.4",
                "symfony/http-foundation": "^7.4",
                "symfony/http-foundation": "^7.4.13",
                "symfony/http-kernel": "^7.4.12",
                "symfony/mailer": "^7.4.12",
                "symfony/mime": "^7.4.12",
@@ -415,7 +415,7 @@
                "symfony/polyfill-php85": "^1.32",
                "symfony/process": "^7.4.5",
                "symfony/psr-http-message-bridge": "^7.4",
                "symfony/routing": "^7.4.12",
                "symfony/routing": "^7.4.13",
                "symfony/serializer": "^7.4",
                "symfony/validator": "^7.4",
                "symfony/yaml": "^7.4.12",
@@ -2622,16 +2622,16 @@
        },
        {
            "name": "symfony/http-foundation",
            "version": "v7.4.8",
            "version": "v7.4.13",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/http-foundation.git",
                "reference": "9381209597ec66c25be154cbf2289076e64d1eab"
                "reference": "bc354f47c62301e990b7874fa662326368508e2c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/9381209597ec66c25be154cbf2289076e64d1eab",
                "reference": "9381209597ec66c25be154cbf2289076e64d1eab",
                "url": "https://api.github.com/repos/symfony/http-foundation/zipball/bc354f47c62301e990b7874fa662326368508e2c",
                "reference": "bc354f47c62301e990b7874fa662326368508e2c",
                "shasum": ""
            },
            "require": {
@@ -2680,7 +2680,7 @@
            "description": "Defines an object-oriented layer for the HTTP specification",
            "homepage": "https://symfony.com",
            "support": {
                "source": "https://github.com/symfony/http-foundation/tree/v7.4.8"
                "source": "https://github.com/symfony/http-foundation/tree/v7.4.13"
            },
            "funding": [
                {
@@ -2700,7 +2700,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-03-24T13:12:05+00:00"
            "time": "2026-05-24T11:20:33+00:00"
        },
        {
            "name": "symfony/http-kernel",
@@ -3815,16 +3815,16 @@
        },
        {
            "name": "symfony/routing",
            "version": "v7.4.12",
            "version": "v7.4.13",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/routing.git",
                "reference": "3b04a5ec4887a8135a12ebf0f4cbc5b8fc8ee204"
                "reference": "3a162171bb008e5e0f15dce6581373a4c0e8390d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/routing/zipball/3b04a5ec4887a8135a12ebf0f4cbc5b8fc8ee204",
                "reference": "3b04a5ec4887a8135a12ebf0f4cbc5b8fc8ee204",
                "url": "https://api.github.com/repos/symfony/routing/zipball/3a162171bb008e5e0f15dce6581373a4c0e8390d",
                "reference": "3a162171bb008e5e0f15dce6581373a4c0e8390d",
                "shasum": ""
            },
            "require": {
@@ -3876,7 +3876,7 @@
                "url"
            ],
            "support": {
                "source": "https://github.com/symfony/routing/tree/v7.4.12"
                "source": "https://github.com/symfony/routing/tree/v7.4.13"
            },
            "funding": [
                {
@@ -3896,7 +3896,7 @@
                    "type": "tidelift"
                }
            ],
            "time": "2026-05-20T07:20:23+00:00"
            "time": "2026-05-24T11:20:33+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": "~v7.4.11",
        "symfony/finder": "~v7.4.8",
        "symfony/http-foundation": "~v7.4.8",
        "symfony/http-foundation": "~v7.4.13",
        "symfony/http-kernel": "~v7.4.12",
        "symfony/mailer": "~v7.4.12",
        "symfony/mime": "~v7.4.12",
@@ -51,7 +51,7 @@
        "symfony/polyfill-php85": "~v1.37.0",
        "symfony/process": "~v7.4.11",
        "symfony/psr-http-message-bridge": "~v7.4.8",
        "symfony/routing": "~v7.4.12",
        "symfony/routing": "~v7.4.13",
        "symfony/serializer": "~v7.4.10",
        "symfony/service-contracts": "~v3.7.0",
        "symfony/string": "~v7.4.11",
+2 −2
Original line number Diff line number Diff line
@@ -24,11 +24,11 @@
        "symfony/event-dispatcher": "^7.4",
        "symfony/filesystem": "^7.4",
        "symfony/finder": "^7.4",
        "symfony/http-foundation": "^7.4",
        "symfony/http-foundation": "^7.4.13",
        "symfony/http-kernel": "^7.4.12",
        "symfony/mailer": "^7.4.12",
        "symfony/mime": "^7.4.12",
        "symfony/routing": "^7.4.12",
        "symfony/routing": "^7.4.13",
        "symfony/serializer": "^7.4",
        "symfony/validator": "^7.4",
        "symfony/process": "^7.4.5",
+1 −1
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@
    "license": "GPL-2.0-or-later",
    "require": {
        "php": ">=8.3.0",
        "symfony/http-foundation": "^7.4"
        "symfony/http-foundation": "^7.4.13"
    },
    "autoload": {
        "psr-4": {