Release 2.41 (#5653)

This commit is contained in:
Kevin Papst
2025-11-08 23:03:44 +01:00
committed by GitHub
parent 636a51e721
commit 1a38c7d7a3
57 changed files with 705 additions and 409 deletions

253
composer.lock generated
View File

@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "5de74433dcf1cf3ad650d7643b57e24f",
"content-hash": "0e017e736364638de484ae1799d11b8f",
"packages": [
{
"name": "azuyalabs/yasumi",
@@ -775,16 +775,16 @@
},
{
"name": "doctrine/doctrine-bundle",
"version": "2.18.0",
"version": "2.18.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "cd5d4da6a5f7cf3d8708e17211234657b5eb4e95"
"reference": "b769877014de053da0e5cbbb63d0ea2f3b2fea76"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/cd5d4da6a5f7cf3d8708e17211234657b5eb4e95",
"reference": "cd5d4da6a5f7cf3d8708e17211234657b5eb4e95",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/b769877014de053da0e5cbbb63d0ea2f3b2fea76",
"reference": "b769877014de053da0e5cbbb63d0ea2f3b2fea76",
"shasum": ""
},
"require": {
@@ -876,7 +876,7 @@
],
"support": {
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.18.0"
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.18.1"
},
"funding": [
{
@@ -892,20 +892,20 @@
"type": "tidelift"
}
],
"time": "2025-10-11T04:43:27+00:00"
"time": "2025-11-05T14:42:10+00:00"
},
{
"name": "doctrine/doctrine-migrations-bundle",
"version": "3.5.0",
"version": "3.6.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
"reference": "71c81279ca0e907c3edc718418b93fd63074856c"
"reference": "49ecc564568d7da101779112579e78b677fbc94a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/71c81279ca0e907c3edc718418b93fd63074856c",
"reference": "71c81279ca0e907c3edc718418b93fd63074856c",
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/49ecc564568d7da101779112579e78b677fbc94a",
"reference": "49ecc564568d7da101779112579e78b677fbc94a",
"shasum": ""
},
"require": {
@@ -913,7 +913,7 @@
"doctrine/migrations": "^3.2",
"php": "^7.2 || ^8.0",
"symfony/deprecation-contracts": "^2.1 || ^3",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0"
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"composer/semver": "^3.0",
@@ -925,8 +925,8 @@
"phpstan/phpstan-strict-rules": "^1.1 || ^2",
"phpstan/phpstan-symfony": "^1.3 || ^2",
"phpunit/phpunit": "^8.5 || ^9.5",
"symfony/phpunit-bridge": "^6.3 || ^7",
"symfony/var-exporter": "^5.4 || ^6 || ^7"
"symfony/phpunit-bridge": "^6.3 || ^7 || ^8",
"symfony/var-exporter": "^5.4 || ^6 || ^7 || ^8"
},
"type": "symfony-bundle",
"autoload": {
@@ -961,7 +961,7 @@
],
"support": {
"issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
"source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.5.0"
"source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.6.0"
},
"funding": [
{
@@ -977,7 +977,7 @@
"type": "tidelift"
}
],
"time": "2025-10-12T17:06:40+00:00"
"time": "2025-11-07T19:40:03+00:00"
},
{
"name": "doctrine/event-manager",
@@ -2402,6 +2402,71 @@
},
"time": "2025-10-14T12:07:57+00:00"
},
{
"name": "horstoeko/zugferdublbridge",
"version": "v1.0.15",
"source": {
"type": "git",
"url": "https://github.com/horstoeko/zugferdublbridge.git",
"reference": "059bc2d70114432a42e2ac21f1ea7b50aa8f9b49"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/horstoeko/zugferdublbridge/zipball/059bc2d70114432a42e2ac21f1ea7b50aa8f9b49",
"reference": "059bc2d70114432a42e2ac21f1ea7b50aa8f9b49",
"shasum": ""
},
"require": {
"php": ">=7.3"
},
"require-dev": {
"horstoeko/stringmanagement": "^1",
"nette/php-generator": "*",
"pdepend/pdepend": "^2",
"phpdocumentor/reflection-docblock": "^5",
"phploc/phploc": "^7",
"phpmd/phpmd": "^2",
"phpstan/phpstan": "^1|^2",
"phpunit/phpunit": "^9",
"rector/rector": "*",
"sebastian/phpcpd": "^6",
"squizlabs/php_codesniffer": "^3"
},
"type": "package",
"autoload": {
"psr-4": {
"horstoeko\\zugferdublbridge\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Daniel Erling",
"email": "daniel@erling.com.de",
"role": "lead"
}
],
"description": "Convert Factur-X/ZUGFeRD (CII-Syntax) to PEPPOL (UBL-Syntax) and visa versa",
"homepage": "https://github.com/horstoeko/zugferdublbridge",
"keywords": [
"ZUGFeRD",
"cii",
"convert",
"electronic",
"factur-x",
"invoice",
"ubl",
"xrechnung"
],
"support": {
"issues": "https://github.com/horstoeko/zugferdublbridge/issues",
"source": "https://github.com/horstoeko/zugferdublbridge/tree/v1.0.15"
},
"time": "2025-05-17T20:05:53+00:00"
},
{
"name": "jms/metadata",
"version": "2.8.0",
@@ -5503,16 +5568,16 @@
},
{
"name": "symfony/cache",
"version": "v6.4.27",
"version": "v6.4.28",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
"reference": "3b9cf252b3bb54d5daddea5704b95ea7117b39f4"
"reference": "31628f36fc97c5714d181b3a8d29efb85c6a7677"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/cache/zipball/3b9cf252b3bb54d5daddea5704b95ea7117b39f4",
"reference": "3b9cf252b3bb54d5daddea5704b95ea7117b39f4",
"url": "https://api.github.com/repos/symfony/cache/zipball/31628f36fc97c5714d181b3a8d29efb85c6a7677",
"reference": "31628f36fc97c5714d181b3a8d29efb85c6a7677",
"shasum": ""
},
"require": {
@@ -5579,7 +5644,7 @@
"psr6"
],
"support": {
"source": "https://github.com/symfony/cache/tree/v6.4.27"
"source": "https://github.com/symfony/cache/tree/v6.4.28"
},
"funding": [
{
@@ -5599,7 +5664,7 @@
"type": "tidelift"
}
],
"time": "2025-10-17T12:08:26+00:00"
"time": "2025-10-30T08:37:02+00:00"
},
{
"name": "symfony/cache-contracts",
@@ -5757,16 +5822,16 @@
},
{
"name": "symfony/config",
"version": "v6.4.26",
"version": "v6.4.28",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "f18dc5926cb203e125956987def795d052ee774e"
"reference": "15947c18ef3ddb0b2f4ec936b9e90e2520979f62"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/f18dc5926cb203e125956987def795d052ee774e",
"reference": "f18dc5926cb203e125956987def795d052ee774e",
"url": "https://api.github.com/repos/symfony/config/zipball/15947c18ef3ddb0b2f4ec936b9e90e2520979f62",
"reference": "15947c18ef3ddb0b2f4ec936b9e90e2520979f62",
"shasum": ""
},
"require": {
@@ -5812,7 +5877,7 @@
"description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/config/tree/v6.4.26"
"source": "https://github.com/symfony/config/tree/v6.4.28"
},
"funding": [
{
@@ -5832,7 +5897,7 @@
"type": "tidelift"
}
],
"time": "2025-09-11T09:57:09+00:00"
"time": "2025-11-01T19:52:02+00:00"
},
{
"name": "symfony/console",
@@ -7116,16 +7181,16 @@
},
{
"name": "symfony/http-client",
"version": "v6.4.26",
"version": "v6.4.28",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
"reference": "6740cdc1a3bffa127966b6056e883b3fe3709849"
"reference": "c9e69c185c4a845f9d46958cdb0dc7aa847f3981"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-client/zipball/6740cdc1a3bffa127966b6056e883b3fe3709849",
"reference": "6740cdc1a3bffa127966b6056e883b3fe3709849",
"url": "https://api.github.com/repos/symfony/http-client/zipball/c9e69c185c4a845f9d46958cdb0dc7aa847f3981",
"reference": "c9e69c185c4a845f9d46958cdb0dc7aa847f3981",
"shasum": ""
},
"require": {
@@ -7190,7 +7255,7 @@
"http"
],
"support": {
"source": "https://github.com/symfony/http-client/tree/v6.4.26"
"source": "https://github.com/symfony/http-client/tree/v6.4.28"
},
"funding": [
{
@@ -7210,7 +7275,7 @@
"type": "tidelift"
}
],
"time": "2025-09-11T09:57:09+00:00"
"time": "2025-11-05T17:39:22+00:00"
},
{
"name": "symfony/http-client-contracts",
@@ -7292,16 +7357,16 @@
},
{
"name": "symfony/http-foundation",
"version": "v6.4.26",
"version": "v6.4.28",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-foundation.git",
"reference": "369241591d92bb5dfb4c6ccd6ee94378a45b1521"
"reference": "1ba1d5fe6465b0fa39c8627ba552b2c29301aa81"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/369241591d92bb5dfb4c6ccd6ee94378a45b1521",
"reference": "369241591d92bb5dfb4c6ccd6ee94378a45b1521",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/1ba1d5fe6465b0fa39c8627ba552b2c29301aa81",
"reference": "1ba1d5fe6465b0fa39c8627ba552b2c29301aa81",
"shasum": ""
},
"require": {
@@ -7349,7 +7414,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.26"
"source": "https://github.com/symfony/http-foundation/tree/v6.4.28"
},
"funding": [
{
@@ -7369,20 +7434,20 @@
"type": "tidelift"
}
],
"time": "2025-09-16T08:22:30+00:00"
"time": "2025-11-06T10:41:18+00:00"
},
{
"name": "symfony/http-kernel",
"version": "v6.4.27",
"version": "v6.4.28",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-kernel.git",
"reference": "4a4d0f6cafdbc09c9a7940db17c0fc23bb88a2bb"
"reference": "bbccadab358e236fcf13cc02a01fc0115d09d787"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/4a4d0f6cafdbc09c9a7940db17c0fc23bb88a2bb",
"reference": "4a4d0f6cafdbc09c9a7940db17c0fc23bb88a2bb",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/bbccadab358e236fcf13cc02a01fc0115d09d787",
"reference": "bbccadab358e236fcf13cc02a01fc0115d09d787",
"shasum": ""
},
"require": {
@@ -7467,7 +7532,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/v6.4.27"
"source": "https://github.com/symfony/http-kernel/tree/v6.4.28"
},
"funding": [
{
@@ -7487,7 +7552,7 @@
"type": "tidelift"
}
],
"time": "2025-10-28T10:06:47+00:00"
"time": "2025-11-06T20:52:25+00:00"
},
{
"name": "symfony/intl",
@@ -7751,16 +7816,16 @@
},
{
"name": "symfony/monolog-bridge",
"version": "v6.4.27",
"version": "v6.4.28",
"source": {
"type": "git",
"url": "https://github.com/symfony/monolog-bridge.git",
"reference": "b950e76daaa5117c367cff22ececce93b9819522"
"reference": "d2f4b68e3247cf44d93f48545c8c072a75c17e5b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/b950e76daaa5117c367cff22ececce93b9819522",
"reference": "b950e76daaa5117c367cff22ececce93b9819522",
"url": "https://api.github.com/repos/symfony/monolog-bridge/zipball/d2f4b68e3247cf44d93f48545c8c072a75c17e5b",
"reference": "d2f4b68e3247cf44d93f48545c8c072a75c17e5b",
"shasum": ""
},
"require": {
@@ -7810,7 +7875,7 @@
"description": "Provides integration for Monolog with various Symfony components",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/monolog-bridge/tree/v6.4.27"
"source": "https://github.com/symfony/monolog-bridge/tree/v6.4.28"
},
"funding": [
{
@@ -7830,7 +7895,7 @@
"type": "tidelift"
}
],
"time": "2025-10-14T13:20:03+00:00"
"time": "2025-10-30T19:57:08+00:00"
},
{
"name": "symfony/monolog-bundle",
@@ -8533,16 +8598,16 @@
},
{
"name": "symfony/routing",
"version": "v6.4.26",
"version": "v6.4.28",
"source": {
"type": "git",
"url": "https://github.com/symfony/routing.git",
"reference": "6fc4c445f22857d4b8b40a02b73f423ddab295de"
"reference": "ae064a6d9cf39507f9797658465a2ca702965fa8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/routing/zipball/6fc4c445f22857d4b8b40a02b73f423ddab295de",
"reference": "6fc4c445f22857d4b8b40a02b73f423ddab295de",
"url": "https://api.github.com/repos/symfony/routing/zipball/ae064a6d9cf39507f9797658465a2ca702965fa8",
"reference": "ae064a6d9cf39507f9797658465a2ca702965fa8",
"shasum": ""
},
"require": {
@@ -8596,7 +8661,7 @@
"url"
],
"support": {
"source": "https://github.com/symfony/routing/tree/v6.4.26"
"source": "https://github.com/symfony/routing/tree/v6.4.28"
},
"funding": [
{
@@ -8616,7 +8681,7 @@
"type": "tidelift"
}
],
"time": "2025-09-11T09:57:09+00:00"
"time": "2025-10-31T16:43:05+00:00"
},
{
"name": "symfony/runtime",
@@ -9175,16 +9240,16 @@
},
{
"name": "symfony/service-contracts",
"version": "v3.6.0",
"version": "v3.6.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/service-contracts.git",
"reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4"
"reference": "45112560a3ba2d715666a509a0bc9521d10b6c43"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
"reference": "f021b05a130d35510bd6b25fe9053c2a8a15d5d4",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/45112560a3ba2d715666a509a0bc9521d10b6c43",
"reference": "45112560a3ba2d715666a509a0bc9521d10b6c43",
"shasum": ""
},
"require": {
@@ -9238,7 +9303,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/service-contracts/tree/v3.6.0"
"source": "https://github.com/symfony/service-contracts/tree/v3.6.1"
},
"funding": [
{
@@ -9249,12 +9314,16 @@
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2025-04-25T09:37:31+00:00"
"time": "2025-07-15T11:30:57+00:00"
},
{
"name": "symfony/stopwatch",
@@ -9512,16 +9581,16 @@
},
{
"name": "symfony/translation-contracts",
"version": "v3.6.0",
"version": "v3.6.1",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation-contracts.git",
"reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d"
"reference": "65a8bc82080447fae78373aa10f8d13b38338977"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
"reference": "df210c7a2573f1913b2d17cc95f90f53a73d8f7d",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/65a8bc82080447fae78373aa10f8d13b38338977",
"reference": "65a8bc82080447fae78373aa10f8d13b38338977",
"shasum": ""
},
"require": {
@@ -9570,7 +9639,7 @@
"standards"
],
"support": {
"source": "https://github.com/symfony/translation-contracts/tree/v3.6.0"
"source": "https://github.com/symfony/translation-contracts/tree/v3.6.1"
},
"funding": [
{
@@ -9581,12 +9650,16 @@
"url": "https://github.com/fabpot",
"type": "github"
},
{
"url": "https://github.com/nicolas-grekas",
"type": "github"
},
{
"url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
"type": "tidelift"
}
],
"time": "2024-09-27T08:32:26+00:00"
"time": "2025-07-15T13:41:35+00:00"
},
{
"name": "symfony/twig-bridge",
@@ -11478,16 +11551,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.89.1",
"version": "v3.89.2",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "f34967da2866ace090a2b447de1f357356474573"
"reference": "7569658f91e475ec93b99bd5964b059ad1336dcf"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/f34967da2866ace090a2b447de1f357356474573",
"reference": "f34967da2866ace090a2b447de1f357356474573",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7569658f91e475ec93b99bd5964b059ad1336dcf",
"reference": "7569658f91e475ec93b99bd5964b059ad1336dcf",
"shasum": ""
},
"require": {
@@ -11523,7 +11596,7 @@
"justinrainbow/json-schema": "^6.5",
"keradus/cli-executor": "^2.2",
"mikey179/vfsstream": "^1.6.12",
"php-coveralls/php-coveralls": "^2.8",
"php-coveralls/php-coveralls": "^2.9",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.6",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.6",
"phpunit/phpunit": "^9.6.25 || ^10.5.53 || ^11.5.34",
@@ -11569,7 +11642,7 @@
],
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.89.1"
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.89.2"
},
"funding": [
{
@@ -11577,7 +11650,7 @@
"type": "github"
}
],
"time": "2025-10-24T12:05:10+00:00"
"time": "2025-11-06T21:12:50+00:00"
},
{
"name": "masterminds/html5",
@@ -11866,16 +11939,16 @@
},
{
"name": "phpstan/phpstan-doctrine",
"version": "2.0.10",
"version": "2.0.11",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "5eaf37b87288474051469aee9f937fc9d862f330"
"reference": "368ad1c713a6d95763890bc2292694a603ece7c8"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/5eaf37b87288474051469aee9f937fc9d862f330",
"reference": "5eaf37b87288474051469aee9f937fc9d862f330",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/368ad1c713a6d95763890bc2292694a603ece7c8",
"reference": "368ad1c713a6d95763890bc2292694a603ece7c8",
"shasum": ""
},
"require": {
@@ -11905,7 +11978,7 @@
"nesbot/carbon": "^2.49",
"php-parallel-lint/php-parallel-lint": "^1.2",
"phpstan/phpstan-deprecation-rules": "^2.0.2",
"phpstan/phpstan-phpunit": "^2.0",
"phpstan/phpstan-phpunit": "^2.0.8",
"phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^9.6.20",
"ramsey/uuid": "^4.2",
@@ -11933,9 +12006,9 @@
"description": "Doctrine extensions for PHPStan",
"support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues",
"source": "https://github.com/phpstan/phpstan-doctrine/tree/2.0.10"
"source": "https://github.com/phpstan/phpstan-doctrine/tree/2.0.11"
},
"time": "2025-10-06T10:01:02+00:00"
"time": "2025-11-04T09:55:35+00:00"
},
{
"name": "phpstan/phpstan-phpunit",
@@ -14020,16 +14093,16 @@
},
{
"name": "symfony/browser-kit",
"version": "v6.4.24",
"version": "v6.4.28",
"source": {
"type": "git",
"url": "https://github.com/symfony/browser-kit.git",
"reference": "3537d17782f8c20795b194acb6859071b60c6fac"
"reference": "067e301786bbb58048077fc10507aceb18226e23"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/3537d17782f8c20795b194acb6859071b60c6fac",
"reference": "3537d17782f8c20795b194acb6859071b60c6fac",
"url": "https://api.github.com/repos/symfony/browser-kit/zipball/067e301786bbb58048077fc10507aceb18226e23",
"reference": "067e301786bbb58048077fc10507aceb18226e23",
"shasum": ""
},
"require": {
@@ -14068,7 +14141,7 @@
"description": "Simulates the behavior of a web browser, allowing you to make requests, click on links and submit forms programmatically",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/browser-kit/tree/v6.4.24"
"source": "https://github.com/symfony/browser-kit/tree/v6.4.28"
},
"funding": [
{
@@ -14088,7 +14161,7 @@
"type": "tidelift"
}
],
"time": "2025-07-10T08:14:14+00:00"
"time": "2025-10-16T22:35:35+00:00"
},
{
"name": "symfony/debug-bundle",