1
0
mirror of https://github.com/php/pie.git synced 2026-03-23 23:12:17 +01:00

436: updated to Composer 2.9.5

This commit is contained in:
James Titcumb
2026-01-29 14:59:54 +00:00
parent bfd9b328eb
commit 77f42a0f56
2 changed files with 169 additions and 146 deletions

View File

@@ -34,20 +34,20 @@
"fidry/cpu-core-counter": "^1.3.0",
"illuminate/container": "^10.49.0",
"psr/container": "^2.0.2",
"symfony/console": "^6.4.27",
"symfony/event-dispatcher": "^6.4.25",
"symfony/process": "^6.4.26",
"symfony/console": "^6.4.32",
"symfony/event-dispatcher": "^6.4.32",
"symfony/process": "^6.4.33",
"thephpf/attestation": "^0.0.5",
"webmozart/assert": "^1.12.1"
},
"require-dev": {
"ext-openssl": "*",
"behat/behat": "^3.27.0",
"behat/behat": "^3.29.0",
"bnf/phpstan-psr-container": "^1.1",
"doctrine/coding-standard": "^14.0.0",
"phpstan/phpstan": "^2.1.32",
"phpstan/phpstan": "^2.1.38",
"phpstan/phpstan-webmozart-assert": "^2.0",
"phpunit/phpunit": "^10.5.58"
"phpunit/phpunit": "^10.5.63"
},
"replace": {
"symfony/polyfill-php81": "*",

303
composer.lock generated
View File

@@ -4,20 +4,20 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "a0a5418f392e9a86fd3ad48a5be15549",
"content-hash": "6392877b0b53e6d18d3d156173dcbba3",
"packages": [
{
"name": "composer/ca-bundle",
"version": "1.5.9",
"version": "1.5.10",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
"reference": "1905981ee626e6f852448b7aaa978f8666c5bc54"
"reference": "961a5e4056dd2e4a2eedcac7576075947c28bf63"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/1905981ee626e6f852448b7aaa978f8666c5bc54",
"reference": "1905981ee626e6f852448b7aaa978f8666c5bc54",
"url": "https://api.github.com/repos/composer/ca-bundle/zipball/961a5e4056dd2e4a2eedcac7576075947c28bf63",
"reference": "961a5e4056dd2e4a2eedcac7576075947c28bf63",
"shasum": ""
},
"require": {
@@ -64,7 +64,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
"source": "https://github.com/composer/ca-bundle/tree/1.5.9"
"source": "https://github.com/composer/ca-bundle/tree/1.5.10"
},
"funding": [
{
@@ -76,20 +76,20 @@
"type": "github"
}
],
"time": "2025-11-06T11:46:17+00:00"
"time": "2025-12-08T15:06:51+00:00"
},
{
"name": "composer/class-map-generator",
"version": "1.7.0",
"version": "1.7.1",
"source": {
"type": "git",
"url": "https://github.com/composer/class-map-generator.git",
"reference": "2373419b7709815ed323ebf18c3c72d03ff4a8a6"
"reference": "8f5fa3cc214230e71f54924bd0197a3bcc705eb1"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/class-map-generator/zipball/2373419b7709815ed323ebf18c3c72d03ff4a8a6",
"reference": "2373419b7709815ed323ebf18c3c72d03ff4a8a6",
"url": "https://api.github.com/repos/composer/class-map-generator/zipball/8f5fa3cc214230e71f54924bd0197a3bcc705eb1",
"reference": "8f5fa3cc214230e71f54924bd0197a3bcc705eb1",
"shasum": ""
},
"require": {
@@ -133,7 +133,7 @@
],
"support": {
"issues": "https://github.com/composer/class-map-generator/issues",
"source": "https://github.com/composer/class-map-generator/tree/1.7.0"
"source": "https://github.com/composer/class-map-generator/tree/1.7.1"
},
"funding": [
{
@@ -145,7 +145,7 @@
"type": "github"
}
],
"time": "2025-11-19T10:41:15+00:00"
"time": "2025-12-29T13:15:25+00:00"
},
{
"name": "composer/composer",
@@ -793,21 +793,21 @@
},
{
"name": "justinrainbow/json-schema",
"version": "6.6.1",
"version": "6.6.4",
"source": {
"type": "git",
"url": "https://github.com/jsonrainbow/json-schema.git",
"reference": "fd8e5c6b1badb998844ad34ce0abcd71a0aeb396"
"reference": "2eeb75d21cf73211335888e7f5e6fd7440723ec7"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/fd8e5c6b1badb998844ad34ce0abcd71a0aeb396",
"reference": "fd8e5c6b1badb998844ad34ce0abcd71a0aeb396",
"url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/2eeb75d21cf73211335888e7f5e6fd7440723ec7",
"reference": "2eeb75d21cf73211335888e7f5e6fd7440723ec7",
"shasum": ""
},
"require": {
"ext-json": "*",
"marc-mabe/php-enum": "^4.0",
"marc-mabe/php-enum": "^4.4",
"php": "^7.2 || ^8.0"
},
"require-dev": {
@@ -862,9 +862,9 @@
],
"support": {
"issues": "https://github.com/jsonrainbow/json-schema/issues",
"source": "https://github.com/jsonrainbow/json-schema/tree/6.6.1"
"source": "https://github.com/jsonrainbow/json-schema/tree/6.6.4"
},
"time": "2025-11-07T18:30:29+00:00"
"time": "2025-12-19T15:01:32+00:00"
},
{
"name": "marc-mabe/php-enum",
@@ -1391,16 +1391,16 @@
},
{
"name": "symfony/console",
"version": "v6.4.27",
"version": "v6.4.32",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
"reference": "13d3176cf8ad8ced24202844e9f95af11e2959fc"
"reference": "0bc2199c6c1f05276b05956f1ddc63f6d7eb5fc3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/13d3176cf8ad8ced24202844e9f95af11e2959fc",
"reference": "13d3176cf8ad8ced24202844e9f95af11e2959fc",
"url": "https://api.github.com/repos/symfony/console/zipball/0bc2199c6c1f05276b05956f1ddc63f6d7eb5fc3",
"reference": "0bc2199c6c1f05276b05956f1ddc63f6d7eb5fc3",
"shasum": ""
},
"require": {
@@ -1465,7 +1465,7 @@
"terminal"
],
"support": {
"source": "https://github.com/symfony/console/tree/v6.4.27"
"source": "https://github.com/symfony/console/tree/v6.4.32"
},
"funding": [
{
@@ -1485,7 +1485,7 @@
"type": "tidelift"
}
],
"time": "2025-10-06T10:25:16+00:00"
"time": "2026-01-13T08:45:59+00:00"
},
{
"name": "symfony/deprecation-contracts",
@@ -1556,16 +1556,16 @@
},
{
"name": "symfony/event-dispatcher",
"version": "v6.4.25",
"version": "v6.4.32",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
"reference": "b0cf3162020603587363f0551cd3be43958611ff"
"reference": "99d7e101826e6610606b9433248f80c1997cd20b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/b0cf3162020603587363f0551cd3be43958611ff",
"reference": "b0cf3162020603587363f0551cd3be43958611ff",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/99d7e101826e6610606b9433248f80c1997cd20b",
"reference": "99d7e101826e6610606b9433248f80c1997cd20b",
"shasum": ""
},
"require": {
@@ -1616,7 +1616,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v6.4.25"
"source": "https://github.com/symfony/event-dispatcher/tree/v6.4.32"
},
"funding": [
{
@@ -1636,7 +1636,7 @@
"type": "tidelift"
}
],
"time": "2025-08-13T09:41:44+00:00"
"time": "2026-01-05T11:13:48+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
@@ -1716,16 +1716,16 @@
},
{
"name": "symfony/filesystem",
"version": "v6.4.24",
"version": "v6.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/filesystem.git",
"reference": "75ae2edb7cdcc0c53766c30b0a2512b8df574bd8"
"reference": "441c6b69f7222aadae7cbf5df588496d5ee37789"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/75ae2edb7cdcc0c53766c30b0a2512b8df574bd8",
"reference": "75ae2edb7cdcc0c53766c30b0a2512b8df574bd8",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/441c6b69f7222aadae7cbf5df588496d5ee37789",
"reference": "441c6b69f7222aadae7cbf5df588496d5ee37789",
"shasum": ""
},
"require": {
@@ -1762,7 +1762,7 @@
"description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/filesystem/tree/v6.4.24"
"source": "https://github.com/symfony/filesystem/tree/v6.4.30"
},
"funding": [
{
@@ -1782,20 +1782,20 @@
"type": "tidelift"
}
],
"time": "2025-07-10T08:14:14+00:00"
"time": "2025-11-26T14:43:45+00:00"
},
{
"name": "symfony/finder",
"version": "v6.4.27",
"version": "v6.4.33",
"source": {
"type": "git",
"url": "https://github.com/symfony/finder.git",
"reference": "a1b6aa435d2fba50793b994a839c32b6064f063b"
"reference": "24965ca011dac87431729640feef8bcf7b5523e0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/a1b6aa435d2fba50793b994a839c32b6064f063b",
"reference": "a1b6aa435d2fba50793b994a839c32b6064f063b",
"url": "https://api.github.com/repos/symfony/finder/zipball/24965ca011dac87431729640feef8bcf7b5523e0",
"reference": "24965ca011dac87431729640feef8bcf7b5523e0",
"shasum": ""
},
"require": {
@@ -1830,7 +1830,7 @@
"description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/finder/tree/v6.4.27"
"source": "https://github.com/symfony/finder/tree/v6.4.33"
},
"funding": [
{
@@ -1850,7 +1850,7 @@
"type": "tidelift"
}
],
"time": "2025-10-15T18:32:00+00:00"
"time": "2026-01-26T13:03:48+00:00"
},
{
"name": "symfony/polyfill-ctype",
@@ -2269,16 +2269,16 @@
},
{
"name": "symfony/process",
"version": "v6.4.26",
"version": "v6.4.33",
"source": {
"type": "git",
"url": "https://github.com/symfony/process.git",
"reference": "48bad913268c8cafabbf7034b39c8bb24fbc5ab8"
"reference": "c46e854e79b52d07666e43924a20cb6dc546644e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/48bad913268c8cafabbf7034b39c8bb24fbc5ab8",
"reference": "48bad913268c8cafabbf7034b39c8bb24fbc5ab8",
"url": "https://api.github.com/repos/symfony/process/zipball/c46e854e79b52d07666e43924a20cb6dc546644e",
"reference": "c46e854e79b52d07666e43924a20cb6dc546644e",
"shasum": ""
},
"require": {
@@ -2310,7 +2310,7 @@
"description": "Executes commands in sub-processes",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/process/tree/v6.4.26"
"source": "https://github.com/symfony/process/tree/v6.4.33"
},
"funding": [
{
@@ -2330,7 +2330,7 @@
"type": "tidelift"
}
],
"time": "2025-09-11T09:57:09+00:00"
"time": "2026-01-23T16:02:12+00:00"
},
{
"name": "symfony/service-contracts",
@@ -2421,16 +2421,16 @@
},
{
"name": "symfony/string",
"version": "v6.4.26",
"version": "v6.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/string.git",
"reference": "5621f039a71a11c87c106c1c598bdcd04a19aeea"
"reference": "50590a057841fa6bf69d12eceffce3465b9e32cb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/5621f039a71a11c87c106c1c598bdcd04a19aeea",
"reference": "5621f039a71a11c87c106c1c598bdcd04a19aeea",
"url": "https://api.github.com/repos/symfony/string/zipball/50590a057841fa6bf69d12eceffce3465b9e32cb",
"reference": "50590a057841fa6bf69d12eceffce3465b9e32cb",
"shasum": ""
},
"require": {
@@ -2486,7 +2486,7 @@
"utf8"
],
"support": {
"source": "https://github.com/symfony/string/tree/v6.4.26"
"source": "https://github.com/symfony/string/tree/v6.4.30"
},
"funding": [
{
@@ -2506,7 +2506,7 @@
"type": "tidelift"
}
],
"time": "2025-09-11T14:32:46+00:00"
"time": "2025-11-21T18:03:05+00:00"
},
{
"name": "thephpf/attestation",
@@ -2632,16 +2632,16 @@
"packages-dev": [
{
"name": "behat/behat",
"version": "v3.27.0",
"version": "v3.29.0",
"source": {
"type": "git",
"url": "https://github.com/Behat/Behat.git",
"reference": "3282ad774358e4eaf533855e9a1f48559894d1b5"
"reference": "51bdf81639a14645c5d2c06926f4aa37d204921b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Behat/zipball/3282ad774358e4eaf533855e9a1f48559894d1b5",
"reference": "3282ad774358e4eaf533855e9a1f48559894d1b5",
"url": "https://api.github.com/repos/Behat/Behat/zipball/51bdf81639a14645c5d2c06926f4aa37d204921b",
"reference": "51bdf81639a14645c5d2c06926f4aa37d204921b",
"shasum": ""
},
"require": {
@@ -2660,8 +2660,8 @@
"symfony/yaml": "^5.4 || ^6.4 || ^7.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.68",
"opis/json-schema": "^2.5",
"php-cs-fixer/shim": "^3.89",
"phpstan/phpstan": "^2.0",
"phpunit/phpunit": "^9.6",
"rector/rector": "2.1.7",
@@ -2677,11 +2677,6 @@
"bin/behat"
],
"type": "library",
"extra": {
"branch-alias": {
"dev-master": "3.x-dev"
}
},
"autoload": {
"psr-4": {
"Behat\\Hook\\": "src/Behat/Hook/",
@@ -2721,22 +2716,36 @@
],
"support": {
"issues": "https://github.com/Behat/Behat/issues",
"source": "https://github.com/Behat/Behat/tree/v3.27.0"
"source": "https://github.com/Behat/Behat/tree/v3.29.0"
},
"time": "2025-11-23T12:12:41+00:00"
"funding": [
{
"url": "https://github.com/acoulton",
"type": "github"
},
{
"url": "https://github.com/carlos-granados",
"type": "github"
},
{
"url": "https://github.com/stof",
"type": "github"
}
],
"time": "2025-12-11T09:51:30+00:00"
},
{
"name": "behat/gherkin",
"version": "v4.15.0",
"version": "v4.16.1",
"source": {
"type": "git",
"url": "https://github.com/Behat/Gherkin.git",
"reference": "05a7459283e8e6af0d46ec25b8bb5960ca3cfa7b"
"reference": "e26037937dfd48528746764dd870bc5d0836665f"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/05a7459283e8e6af0d46ec25b8bb5960ca3cfa7b",
"reference": "05a7459283e8e6af0d46ec25b8bb5960ca3cfa7b",
"url": "https://api.github.com/repos/Behat/Gherkin/zipball/e26037937dfd48528746764dd870bc5d0836665f",
"reference": "e26037937dfd48528746764dd870bc5d0836665f",
"shasum": ""
},
"require": {
@@ -2744,7 +2753,7 @@
"php": ">=8.1 <8.6"
},
"require-dev": {
"cucumber/gherkin-monorepo": "dev-gherkin-v36.0.0",
"cucumber/gherkin-monorepo": "dev-gherkin-v37.0.0",
"friendsofphp/php-cs-fixer": "^3.77",
"mikey179/vfsstream": "^1.6",
"phpstan/extension-installer": "^1",
@@ -2790,9 +2799,23 @@
],
"support": {
"issues": "https://github.com/Behat/Gherkin/issues",
"source": "https://github.com/Behat/Gherkin/tree/v4.15.0"
"source": "https://github.com/Behat/Gherkin/tree/v4.16.1"
},
"time": "2025-11-05T15:34:04+00:00"
"funding": [
{
"url": "https://github.com/acoulton",
"type": "github"
},
{
"url": "https://github.com/carlos-granados",
"type": "github"
},
{
"url": "https://github.com/stof",
"type": "github"
}
],
"time": "2025-12-08T16:12:58+00:00"
},
{
"name": "bnf/phpstan-psr-container",
@@ -3065,16 +3088,16 @@
},
{
"name": "nikic/php-parser",
"version": "v5.6.2",
"version": "v5.7.0",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "3a454ca033b9e06b63282ce19562e892747449bb"
"reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3a454ca033b9e06b63282ce19562e892747449bb",
"reference": "3a454ca033b9e06b63282ce19562e892747449bb",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/dca41cd15c2ac9d055ad70dbfd011130757d1f82",
"reference": "dca41cd15c2ac9d055ad70dbfd011130757d1f82",
"shasum": ""
},
"require": {
@@ -3117,9 +3140,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v5.6.2"
"source": "https://github.com/nikic/PHP-Parser/tree/v5.7.0"
},
"time": "2025-10-21T19:32:17+00:00"
"time": "2025-12-06T11:56:16+00:00"
},
{
"name": "phar-io/manifest",
@@ -3241,16 +3264,16 @@
},
{
"name": "phpstan/phpdoc-parser",
"version": "2.3.0",
"version": "2.3.2",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495"
"reference": "a004701b11273a26cd7955a61d67a7f1e525a45a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/1e0cd5370df5dd2e556a36b9c62f62e555870495",
"reference": "1e0cd5370df5dd2e556a36b9c62f62e555870495",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/a004701b11273a26cd7955a61d67a7f1e525a45a",
"reference": "a004701b11273a26cd7955a61d67a7f1e525a45a",
"shasum": ""
},
"require": {
@@ -3282,17 +3305,17 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.0"
"source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.2"
},
"time": "2025-08-30T15:50:23+00:00"
"time": "2026-01-25T14:56:51+00:00"
},
{
"name": "phpstan/phpstan",
"version": "2.1.32",
"version": "2.1.38",
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/e126cad1e30a99b137b8ed75a85a676450ebb227",
"reference": "e126cad1e30a99b137b8ed75a85a676450ebb227",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/dfaf1f530e1663aa167bc3e52197adb221582629",
"reference": "dfaf1f530e1663aa167bc3e52197adb221582629",
"shasum": ""
},
"require": {
@@ -3337,7 +3360,7 @@
"type": "github"
}
],
"time": "2025-11-11T15:18:17+00:00"
"time": "2026-01-30T17:12:46+00:00"
},
{
"name": "phpstan/phpstan-webmozart-assert",
@@ -3713,16 +3736,16 @@
},
{
"name": "phpunit/phpunit",
"version": "10.5.58",
"version": "10.5.63",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "e24fb46da450d8e6a5788670513c1af1424f16ca"
"reference": "33198268dad71e926626b618f3ec3966661e4d90"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e24fb46da450d8e6a5788670513c1af1424f16ca",
"reference": "e24fb46da450d8e6a5788670513c1af1424f16ca",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/33198268dad71e926626b618f3ec3966661e4d90",
"reference": "33198268dad71e926626b618f3ec3966661e4d90",
"shasum": ""
},
"require": {
@@ -3743,7 +3766,7 @@
"phpunit/php-timer": "^6.0.0",
"sebastian/cli-parser": "^2.0.1",
"sebastian/code-unit": "^2.0.0",
"sebastian/comparator": "^5.0.4",
"sebastian/comparator": "^5.0.5",
"sebastian/diff": "^5.1.1",
"sebastian/environment": "^6.1.0",
"sebastian/exporter": "^5.1.4",
@@ -3794,7 +3817,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.58"
"source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.63"
},
"funding": [
{
@@ -3818,7 +3841,7 @@
"type": "tidelift"
}
],
"time": "2025-09-28T12:04:46+00:00"
"time": "2026-01-27T05:48:37+00:00"
},
{
"name": "sebastian/cli-parser",
@@ -3990,16 +4013,16 @@
},
{
"name": "sebastian/comparator",
"version": "5.0.4",
"version": "5.0.5",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
"reference": "e8e53097718d2b53cfb2aa859b06a41abf58c62e"
"reference": "55dfef806eb7dfeb6e7a6935601fef866f8ca48d"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/e8e53097718d2b53cfb2aa859b06a41abf58c62e",
"reference": "e8e53097718d2b53cfb2aa859b06a41abf58c62e",
"url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55dfef806eb7dfeb6e7a6935601fef866f8ca48d",
"reference": "55dfef806eb7dfeb6e7a6935601fef866f8ca48d",
"shasum": ""
},
"require": {
@@ -4055,7 +4078,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
"security": "https://github.com/sebastianbergmann/comparator/security/policy",
"source": "https://github.com/sebastianbergmann/comparator/tree/5.0.4"
"source": "https://github.com/sebastianbergmann/comparator/tree/5.0.5"
},
"funding": [
{
@@ -4075,7 +4098,7 @@
"type": "tidelift"
}
],
"time": "2025-09-07T05:25:07+00:00"
"time": "2026-01-24T09:25:16+00:00"
},
{
"name": "sebastian/complexity",
@@ -4775,32 +4798,32 @@
},
{
"name": "slevomat/coding-standard",
"version": "8.25.1",
"version": "8.27.1",
"source": {
"type": "git",
"url": "https://github.com/slevomat/coding-standard.git",
"reference": "4caa5ec5a30b84b2305e80159c710d437f40cc40"
"reference": "29bdaee8b65e7ed2b8e702b01852edba8bae1769"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/4caa5ec5a30b84b2305e80159c710d437f40cc40",
"reference": "4caa5ec5a30b84b2305e80159c710d437f40cc40",
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/29bdaee8b65e7ed2b8e702b01852edba8bae1769",
"reference": "29bdaee8b65e7ed2b8e702b01852edba8bae1769",
"shasum": ""
},
"require": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7 || ^1.2.0",
"dealerdirect/phpcodesniffer-composer-installer": "^0.7 || ^1.2.0",
"php": "^7.4 || ^8.0",
"phpstan/phpdoc-parser": "^2.3.0",
"phpstan/phpdoc-parser": "^2.3.1",
"squizlabs/php_codesniffer": "^4.0.1"
},
"require-dev": {
"phing/phing": "3.0.1|3.1.0",
"phing/phing": "3.0.1|3.1.1",
"php-parallel-lint/php-parallel-lint": "1.4.0",
"phpstan/phpstan": "2.1.32",
"phpstan/phpstan": "2.1.37",
"phpstan/phpstan-deprecation-rules": "2.0.3",
"phpstan/phpstan-phpunit": "2.0.8",
"phpstan/phpstan-phpunit": "2.0.12",
"phpstan/phpstan-strict-rules": "2.0.7",
"phpunit/phpunit": "9.6.8|10.5.48|11.4.4|11.5.36|12.4.4"
"phpunit/phpunit": "9.6.31|10.5.60|11.4.4|11.5.49|12.5.7"
},
"type": "phpcodesniffer-standard",
"extra": {
@@ -4824,7 +4847,7 @@
],
"support": {
"issues": "https://github.com/slevomat/coding-standard/issues",
"source": "https://github.com/slevomat/coding-standard/tree/8.25.1"
"source": "https://github.com/slevomat/coding-standard/tree/8.27.1"
},
"funding": [
{
@@ -4836,7 +4859,7 @@
"type": "tidelift"
}
],
"time": "2025-11-25T18:01:43+00:00"
"time": "2026-01-25T15:57:07+00:00"
},
{
"name": "squizlabs/php_codesniffer",
@@ -4919,16 +4942,16 @@
},
{
"name": "symfony/config",
"version": "v6.4.28",
"version": "v6.4.32",
"source": {
"type": "git",
"url": "https://github.com/symfony/config.git",
"reference": "15947c18ef3ddb0b2f4ec936b9e90e2520979f62"
"reference": "d445badf0ad2c2a492e38c0378c39997a56ef97b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/config/zipball/15947c18ef3ddb0b2f4ec936b9e90e2520979f62",
"reference": "15947c18ef3ddb0b2f4ec936b9e90e2520979f62",
"url": "https://api.github.com/repos/symfony/config/zipball/d445badf0ad2c2a492e38c0378c39997a56ef97b",
"reference": "d445badf0ad2c2a492e38c0378c39997a56ef97b",
"shasum": ""
},
"require": {
@@ -4974,7 +4997,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.28"
"source": "https://github.com/symfony/config/tree/v6.4.32"
},
"funding": [
{
@@ -4994,20 +5017,20 @@
"type": "tidelift"
}
],
"time": "2025-11-01T19:52:02+00:00"
"time": "2026-01-13T08:40:30+00:00"
},
{
"name": "symfony/dependency-injection",
"version": "v6.4.26",
"version": "v6.4.32",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
"reference": "5f311eaf0b321f8ec640f6bae12da43a14026898"
"reference": "b17882e933c4c606620247b6708ab53aa3b88753"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/5f311eaf0b321f8ec640f6bae12da43a14026898",
"reference": "5f311eaf0b321f8ec640f6bae12da43a14026898",
"url": "https://api.github.com/repos/symfony/dependency-injection/zipball/b17882e933c4c606620247b6708ab53aa3b88753",
"reference": "b17882e933c4c606620247b6708ab53aa3b88753",
"shasum": ""
},
"require": {
@@ -5059,7 +5082,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/dependency-injection/tree/v6.4.26"
"source": "https://github.com/symfony/dependency-injection/tree/v6.4.32"
},
"funding": [
{
@@ -5079,20 +5102,20 @@
"type": "tidelift"
}
],
"time": "2025-09-11T09:57:09+00:00"
"time": "2026-01-23T10:54:33+00:00"
},
{
"name": "symfony/translation",
"version": "v6.4.26",
"version": "v6.4.32",
"source": {
"type": "git",
"url": "https://github.com/symfony/translation.git",
"reference": "c8559fe25c7ee7aa9d28f228903a46db008156a4"
"reference": "d6cc8e2fdd484f2f41d25938b0e8e3915de3cfbc"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/c8559fe25c7ee7aa9d28f228903a46db008156a4",
"reference": "c8559fe25c7ee7aa9d28f228903a46db008156a4",
"url": "https://api.github.com/repos/symfony/translation/zipball/d6cc8e2fdd484f2f41d25938b0e8e3915de3cfbc",
"reference": "d6cc8e2fdd484f2f41d25938b0e8e3915de3cfbc",
"shasum": ""
},
"require": {
@@ -5158,7 +5181,7 @@
"description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/translation/tree/v6.4.26"
"source": "https://github.com/symfony/translation/tree/v6.4.32"
},
"funding": [
{
@@ -5178,7 +5201,7 @@
"type": "tidelift"
}
],
"time": "2025-09-05T18:17:25+00:00"
"time": "2026-01-12T19:15:33+00:00"
},
{
"name": "symfony/translation-contracts",
@@ -5345,16 +5368,16 @@
},
{
"name": "symfony/yaml",
"version": "v6.4.26",
"version": "v6.4.30",
"source": {
"type": "git",
"url": "https://github.com/symfony/yaml.git",
"reference": "0fc8b966fd0dcaab544ae59bfc3a433f048c17b0"
"reference": "8207ae83da19ee3748d6d4f567b4d9a7c656e331"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/0fc8b966fd0dcaab544ae59bfc3a433f048c17b0",
"reference": "0fc8b966fd0dcaab544ae59bfc3a433f048c17b0",
"url": "https://api.github.com/repos/symfony/yaml/zipball/8207ae83da19ee3748d6d4f567b4d9a7c656e331",
"reference": "8207ae83da19ee3748d6d4f567b4d9a7c656e331",
"shasum": ""
},
"require": {
@@ -5397,7 +5420,7 @@
"description": "Loads and dumps YAML files",
"homepage": "https://symfony.com",
"support": {
"source": "https://github.com/symfony/yaml/tree/v6.4.26"
"source": "https://github.com/symfony/yaml/tree/v6.4.30"
},
"funding": [
{
@@ -5417,7 +5440,7 @@
"type": "tidelift"
}
],
"time": "2025-09-26T15:07:38+00:00"
"time": "2025-12-02T11:50:18+00:00"
},
{
"name": "theseer/tokenizer",