Update composer

This commit is contained in:
crazywhalecc
2026-04-12 13:29:16 +08:00
parent 4671be623b
commit f327dda615
2 changed files with 217 additions and 139 deletions

View File

@@ -29,7 +29,6 @@
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"SPC\\": "src/SPC",
"StaticPHP\\": "src/StaticPHP", "StaticPHP\\": "src/StaticPHP",
"Package\\": "src/Package" "Package\\": "src/Package"
}, },

355
composer.lock generated
View File

@@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "laravel/prompts", "name": "laravel/prompts",
"version": "v0.3.15", "version": "v0.3.16",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/prompts.git", "url": "https://github.com/laravel/prompts.git",
"reference": "4bb8107ec97651fd3f17f897d6489dbc4d8fb999" "reference": "11e7d5f93803a2190b00e145142cb00a33d17ad2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/prompts/zipball/4bb8107ec97651fd3f17f897d6489dbc4d8fb999", "url": "https://api.github.com/repos/laravel/prompts/zipball/11e7d5f93803a2190b00e145142cb00a33d17ad2",
"reference": "4bb8107ec97651fd3f17f897d6489dbc4d8fb999", "reference": "11e7d5f93803a2190b00e145142cb00a33d17ad2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -61,22 +61,22 @@
"description": "Add beautiful and user-friendly forms to your command-line applications.", "description": "Add beautiful and user-friendly forms to your command-line applications.",
"support": { "support": {
"issues": "https://github.com/laravel/prompts/issues", "issues": "https://github.com/laravel/prompts/issues",
"source": "https://github.com/laravel/prompts/tree/v0.3.15" "source": "https://github.com/laravel/prompts/tree/v0.3.16"
}, },
"time": "2026-03-17T13:45:17+00:00" "time": "2026-03-23T14:35:33+00:00"
}, },
{ {
"name": "laravel/serializable-closure", "name": "laravel/serializable-closure",
"version": "v2.0.10", "version": "v2.0.11",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laravel/serializable-closure.git", "url": "https://github.com/laravel/serializable-closure.git",
"reference": "870fc81d2f879903dfc5b60bf8a0f94a1609e669" "reference": "d1af40ac4a6ccc12bd062a7184f63c9995a63bdd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laravel/serializable-closure/zipball/870fc81d2f879903dfc5b60bf8a0f94a1609e669", "url": "https://api.github.com/repos/laravel/serializable-closure/zipball/d1af40ac4a6ccc12bd062a7184f63c9995a63bdd",
"reference": "870fc81d2f879903dfc5b60bf8a0f94a1609e669", "reference": "d1af40ac4a6ccc12bd062a7184f63c9995a63bdd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -124,7 +124,7 @@
"issues": "https://github.com/laravel/serializable-closure/issues", "issues": "https://github.com/laravel/serializable-closure/issues",
"source": "https://github.com/laravel/serializable-closure" "source": "https://github.com/laravel/serializable-closure"
}, },
"time": "2026-02-20T19:59:49+00:00" "time": "2026-04-07T13:32:18+00:00"
}, },
{ {
"name": "php-di/invoker", "name": "php-di/invoker",
@@ -359,16 +359,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v7.4.7", "version": "v7.4.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "e1e6770440fb9c9b0cf725f81d1361ad1835329d" "reference": "1e92e39c51f95b88e3d66fa2d9f06d1fb45dd707"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/e1e6770440fb9c9b0cf725f81d1361ad1835329d", "url": "https://api.github.com/repos/symfony/console/zipball/1e92e39c51f95b88e3d66fa2d9f06d1fb45dd707",
"reference": "e1e6770440fb9c9b0cf725f81d1361ad1835329d", "reference": "1e92e39c51f95b88e3d66fa2d9f06d1fb45dd707",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -433,7 +433,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v7.4.7" "source": "https://github.com/symfony/console/tree/v7.4.8"
}, },
"funding": [ "funding": [
{ {
@@ -453,7 +453,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-03-06T14:06:20+00:00" "time": "2026-03-30T13:54:39+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@@ -524,16 +524,16 @@
}, },
{ {
"name": "symfony/polyfill-ctype", "name": "symfony/polyfill-ctype",
"version": "v1.33.0", "version": "v1.34.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-ctype.git", "url": "https://github.com/symfony/polyfill-ctype.git",
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638" "reference": "141046a8f9477948ff284fa65be2095baafb94f2"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/a3cc8b044a6ea513310cbd48ef7333b384945638", "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/141046a8f9477948ff284fa65be2095baafb94f2",
"reference": "a3cc8b044a6ea513310cbd48ef7333b384945638", "reference": "141046a8f9477948ff284fa65be2095baafb94f2",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -583,7 +583,7 @@
"portable" "portable"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-ctype/tree/v1.33.0" "source": "https://github.com/symfony/polyfill-ctype/tree/v1.34.0"
}, },
"funding": [ "funding": [
{ {
@@ -603,20 +603,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-09-09T11:45:10+00:00" "time": "2026-04-10T16:19:22+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-grapheme", "name": "symfony/polyfill-intl-grapheme",
"version": "v1.33.0", "version": "v1.34.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-grapheme.git", "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
"reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70" "reference": "ad1b7b9092976d6c948b8a187cec9faaea9ec1df"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/380872130d3a5dd3ace2f4010d95125fde5d5c70", "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/ad1b7b9092976d6c948b8a187cec9faaea9ec1df",
"reference": "380872130d3a5dd3ace2f4010d95125fde5d5c70", "reference": "ad1b7b9092976d6c948b8a187cec9faaea9ec1df",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -665,7 +665,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.33.0" "source": "https://github.com/symfony/polyfill-intl-grapheme/tree/v1.34.0"
}, },
"funding": [ "funding": [
{ {
@@ -685,11 +685,11 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-06-27T09:58:17+00:00" "time": "2026-04-10T16:19:22+00:00"
}, },
{ {
"name": "symfony/polyfill-intl-normalizer", "name": "symfony/polyfill-intl-normalizer",
"version": "v1.33.0", "version": "v1.34.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-intl-normalizer.git", "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
@@ -750,7 +750,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.33.0" "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.34.0"
}, },
"funding": [ "funding": [
{ {
@@ -774,16 +774,16 @@
}, },
{ {
"name": "symfony/polyfill-mbstring", "name": "symfony/polyfill-mbstring",
"version": "v1.33.0", "version": "v1.34.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-mbstring.git", "url": "https://github.com/symfony/polyfill-mbstring.git",
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493" "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6d857f4d76bd4b343eac26d6b539585d2bc56493", "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/6a21eb99c6973357967f6ce3708cd55a6bec6315",
"reference": "6d857f4d76bd4b343eac26d6b539585d2bc56493", "reference": "6a21eb99c6973357967f6ce3708cd55a6bec6315",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -835,7 +835,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-mbstring/tree/v1.33.0" "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.34.0"
}, },
"funding": [ "funding": [
{ {
@@ -855,20 +855,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-12-23T08:48:59+00:00" "time": "2026-04-10T17:25:58+00:00"
}, },
{ {
"name": "symfony/process", "name": "symfony/process",
"version": "v7.4.5", "version": "v7.4.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/process.git", "url": "https://github.com/symfony/process.git",
"reference": "608476f4604102976d687c483ac63a79ba18cc97" "reference": "60f19cd3badc8de688421e21e4305eba50f8089a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/process/zipball/608476f4604102976d687c483ac63a79ba18cc97", "url": "https://api.github.com/repos/symfony/process/zipball/60f19cd3badc8de688421e21e4305eba50f8089a",
"reference": "608476f4604102976d687c483ac63a79ba18cc97", "reference": "60f19cd3badc8de688421e21e4305eba50f8089a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -900,7 +900,7 @@
"description": "Executes commands in sub-processes", "description": "Executes commands in sub-processes",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/process/tree/v7.4.5" "source": "https://github.com/symfony/process/tree/v7.4.8"
}, },
"funding": [ "funding": [
{ {
@@ -920,7 +920,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-01-26T15:07:59+00:00" "time": "2026-03-24T13:12:05+00:00"
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
@@ -1011,16 +1011,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v8.0.6", "version": "v8.0.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "6c9e1108041b5dce21a9a4984b531c4923aa9ec4" "reference": "ae9488f874d7603f9d2dfbf120203882b645d963"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/6c9e1108041b5dce21a9a4984b531c4923aa9ec4", "url": "https://api.github.com/repos/symfony/string/zipball/ae9488f874d7603f9d2dfbf120203882b645d963",
"reference": "6c9e1108041b5dce21a9a4984b531c4923aa9ec4", "reference": "ae9488f874d7603f9d2dfbf120203882b645d963",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1077,7 +1077,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v8.0.6" "source": "https://github.com/symfony/string/tree/v8.0.8"
}, },
"funding": [ "funding": [
{ {
@@ -1097,20 +1097,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-02-09T10:14:57+00:00" "time": "2026-03-30T15:14:47+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v7.4.6", "version": "v7.4.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "58751048de17bae71c5aa0d13cb19d79bca26391" "reference": "c58fdf7b3d6c2995368264c49e4e8b05bcff2883"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/58751048de17bae71c5aa0d13cb19d79bca26391", "url": "https://api.github.com/repos/symfony/yaml/zipball/c58fdf7b3d6c2995368264c49e4e8b05bcff2883",
"reference": "58751048de17bae71c5aa0d13cb19d79bca26391", "reference": "c58fdf7b3d6c2995368264c49e4e8b05bcff2883",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -1153,7 +1153,7 @@
"description": "Loads and dumps YAML files", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v7.4.6" "source": "https://github.com/symfony/yaml/tree/v7.4.8"
}, },
"funding": [ "funding": [
{ {
@@ -1173,7 +1173,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-02-09T09:33:46+00:00" "time": "2026-03-24T13:12:05+00:00"
}, },
{ {
"name": "zhamao/logger", "name": "zhamao/logger",
@@ -1839,24 +1839,27 @@
}, },
{ {
"name": "amphp/serialization", "name": "amphp/serialization",
"version": "v1.0.0", "version": "v1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/amphp/serialization.git", "url": "https://github.com/amphp/serialization.git",
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1" "reference": "fdf2834d78cebb0205fb2672676c1b1eb84371f0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/amphp/serialization/zipball/693e77b2fb0b266c3c7d622317f881de44ae94a1", "url": "https://api.github.com/repos/amphp/serialization/zipball/fdf2834d78cebb0205fb2672676c1b1eb84371f0",
"reference": "693e77b2fb0b266c3c7d622317f881de44ae94a1", "reference": "fdf2834d78cebb0205fb2672676c1b1eb84371f0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1" "php": ">=7.4"
}, },
"require-dev": { "require-dev": {
"amphp/php-cs-fixer-config": "dev-master", "amphp/php-cs-fixer-config": "^2",
"phpunit/phpunit": "^9 || ^8 || ^7" "ext-json": "*",
"ext-zlib": "*",
"phpunit/phpunit": "^9",
"psalm/phar": "6.16.1"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -1891,9 +1894,15 @@
], ],
"support": { "support": {
"issues": "https://github.com/amphp/serialization/issues", "issues": "https://github.com/amphp/serialization/issues",
"source": "https://github.com/amphp/serialization/tree/master" "source": "https://github.com/amphp/serialization/tree/v1.1.0"
}, },
"time": "2020-03-25T21:39:07+00:00" "funding": [
{
"url": "https://github.com/amphp",
"type": "github"
}
],
"time": "2026-04-05T15:59:53+00:00"
}, },
{ {
"name": "amphp/socket", "name": "amphp/socket",
@@ -2056,7 +2065,7 @@
}, },
{ {
"name": "captainhook/captainhook-phar", "name": "captainhook/captainhook-phar",
"version": "5.29.0", "version": "5.29.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/captainhook-git/captainhook-phar.git", "url": "https://github.com/captainhook-git/captainhook-phar.git",
@@ -2110,7 +2119,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/captainhook-git/captainhook/issues", "issues": "https://github.com/captainhook-git/captainhook/issues",
"source": "https://github.com/captainhook-git/captainhook-phar/tree/5.29.0" "source": "https://github.com/captainhook-git/captainhook-phar/tree/5.29.2"
}, },
"funding": [ "funding": [
{ {
@@ -2545,6 +2554,75 @@
}, },
"time": "2026-02-07T07:09:04+00:00" "time": "2026-02-07T07:09:04+00:00"
}, },
{
"name": "ergebnis/agent-detector",
"version": "1.1.1",
"source": {
"type": "git",
"url": "https://github.com/ergebnis/agent-detector.git",
"reference": "5b654a9f1ff8a5d2ce6a57568df5ae8801c87f64"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/ergebnis/agent-detector/zipball/5b654a9f1ff8a5d2ce6a57568df5ae8801c87f64",
"reference": "5b654a9f1ff8a5d2ce6a57568df5ae8801c87f64",
"shasum": ""
},
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0 || ~8.6.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.50.0",
"ergebnis/license": "^2.7.0",
"ergebnis/php-cs-fixer-config": "^6.60.2",
"ergebnis/phpstan-rules": "^2.13.1",
"ergebnis/phpunit-slow-test-detector": "^2.24.0",
"ergebnis/rector-rules": "^1.16.0",
"fakerphp/faker": "^1.24.1",
"infection/infection": "^0.26.6",
"phpstan/extension-installer": "^1.4.3",
"phpstan/phpstan": "^2.1.46",
"phpstan/phpstan-deprecation-rules": "^2.0.4",
"phpstan/phpstan-phpunit": "^2.0.16",
"phpstan/phpstan-strict-rules": "^2.0.10",
"phpunit/phpunit": "^9.6.34",
"rector/rector": "^2.4.1"
},
"type": "library",
"extra": {
"branch-alias": {
"dev-main": "1.0-dev"
},
"composer-normalize": {
"indent-size": 2,
"indent-style": "space"
}
},
"autoload": {
"psr-4": {
"Ergebnis\\AgentDetector\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Andreas Möller",
"email": "am@localheinz.com",
"homepage": "https://localheinz.com"
}
],
"description": "Provides a detector for detecting the presence of an agent.",
"homepage": "https://github.com/ergebnis/agent-detector",
"support": {
"issues": "https://github.com/ergebnis/agent-detector/issues",
"security": "https://github.com/ergebnis/agent-detector/blob/main/.github/SECURITY.md",
"source": "https://github.com/ergebnis/agent-detector"
},
"time": "2026-04-10T13:45:13+00:00"
},
{ {
"name": "evenement/evenement", "name": "evenement/evenement",
"version": "v3.0.2", "version": "v3.0.2",
@@ -2807,22 +2885,23 @@
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v3.94.2", "version": "v3.95.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git", "url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "7787ceff91365ba7d623ec410b8f429cdebb4f63" "reference": "4ba5ab77108583d2a89ed48e1a5c01e62cc1d3f4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/7787ceff91365ba7d623ec410b8f429cdebb4f63", "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/4ba5ab77108583d2a89ed48e1a5c01e62cc1d3f4",
"reference": "7787ceff91365ba7d623ec410b8f429cdebb4f63", "reference": "4ba5ab77108583d2a89ed48e1a5c01e62cc1d3f4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"clue/ndjson-react": "^1.3", "clue/ndjson-react": "^1.3",
"composer/semver": "^3.4", "composer/semver": "^3.4",
"composer/xdebug-handler": "^3.0.5", "composer/xdebug-handler": "^3.0.5",
"ergebnis/agent-detector": "^1.1.1",
"ext-filter": "*", "ext-filter": "*",
"ext-hash": "*", "ext-hash": "*",
"ext-json": "*", "ext-json": "*",
@@ -2847,18 +2926,18 @@
"symfony/stopwatch": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0" "symfony/stopwatch": "^5.4.45 || ^6.4.24 || ^7.0 || ^8.0"
}, },
"require-dev": { "require-dev": {
"facile-it/paraunit": "^1.3.1 || ^2.7.1", "facile-it/paraunit": "^1.3.1 || ^2.8.0",
"infection/infection": "^0.32.3", "infection/infection": "^0.32.6",
"justinrainbow/json-schema": "^6.6.4", "justinrainbow/json-schema": "^6.8.0",
"keradus/cli-executor": "^2.3", "keradus/cli-executor": "^2.3",
"mikey179/vfsstream": "^1.6.12", "mikey179/vfsstream": "^1.6.12",
"php-coveralls/php-coveralls": "^2.9.1", "php-coveralls/php-coveralls": "^2.9.1",
"php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.7", "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.8",
"php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.7", "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.8",
"phpunit/phpunit": "^9.6.34 || ^10.5.63 || ^11.5.51", "phpunit/phpunit": "^9.6.34 || ^10.5.63 || ^11.5.55",
"symfony/polyfill-php85": "^1.33", "symfony/polyfill-php85": "^1.33",
"symfony/var-dumper": "^5.4.48 || ^6.4.32 || ^7.4.4 || ^8.0.4", "symfony/var-dumper": "^5.4.48 || ^6.4.32 || ^7.4.4 || ^8.0.8",
"symfony/yaml": "^5.4.45 || ^6.4.30 || ^7.4.1 || ^8.0.1" "symfony/yaml": "^5.4.45 || ^6.4.30 || ^7.4.1 || ^8.0.8"
}, },
"suggest": { "suggest": {
"ext-dom": "For handling output formats in XML", "ext-dom": "For handling output formats in XML",
@@ -2899,7 +2978,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues", "issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.94.2" "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.95.0"
}, },
"funding": [ "funding": [
{ {
@@ -2907,7 +2986,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2026-02-20T16:13:53+00:00" "time": "2026-04-11T17:30:38+00:00"
}, },
{ {
"name": "humbug/box", "name": "humbug/box",
@@ -3156,16 +3235,16 @@
}, },
{ {
"name": "justinrainbow/json-schema", "name": "justinrainbow/json-schema",
"version": "v6.7.2", "version": "6.8.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/jsonrainbow/json-schema.git", "url": "https://github.com/jsonrainbow/json-schema.git",
"reference": "6fea66c7204683af437864e7c4e7abf383d14bc0" "reference": "89ac92bcfe5d0a8a4433c7b89d394553ae7250cc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/6fea66c7204683af437864e7c4e7abf383d14bc0", "url": "https://api.github.com/repos/jsonrainbow/json-schema/zipball/89ac92bcfe5d0a8a4433c7b89d394553ae7250cc",
"reference": "6fea66c7204683af437864e7c4e7abf383d14bc0", "reference": "89ac92bcfe5d0a8a4433c7b89d394553ae7250cc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3225,9 +3304,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/jsonrainbow/json-schema/issues", "issues": "https://github.com/jsonrainbow/json-schema/issues",
"source": "https://github.com/jsonrainbow/json-schema/tree/v6.7.2" "source": "https://github.com/jsonrainbow/json-schema/tree/6.8.0"
}, },
"time": "2026-02-15T15:06:22+00:00" "time": "2026-04-02T12:43:11+00:00"
}, },
{ {
"name": "kelunik/certificate", "name": "kelunik/certificate",
@@ -4268,11 +4347,11 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "2.1.42", "version": "2.1.46",
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/1279e1ce86ba768f0780c9d889852b4e02ff40d0", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
"reference": "1279e1ce86ba768f0780c9d889852b4e02ff40d0", "reference": "a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4317,7 +4396,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2026-03-17T14:58:32+00:00" "time": "2026-04-01T09:25:14+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@@ -6572,16 +6651,16 @@
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v8.0.4", "version": "v8.0.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "99301401da182b6cfaa4700dbe9987bb75474b47" "reference": "f662acc6ab22a3d6d716dcb44c381c6002940df6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/99301401da182b6cfaa4700dbe9987bb75474b47", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/f662acc6ab22a3d6d716dcb44c381c6002940df6",
"reference": "99301401da182b6cfaa4700dbe9987bb75474b47", "reference": "f662acc6ab22a3d6d716dcb44c381c6002940df6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6633,7 +6712,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v8.0.4" "source": "https://github.com/symfony/event-dispatcher/tree/v8.0.8"
}, },
"funding": [ "funding": [
{ {
@@ -6653,7 +6732,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-01-05T11:45:55+00:00" "time": "2026-03-30T15:14:47+00:00"
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
@@ -6733,16 +6812,16 @@
}, },
{ {
"name": "symfony/filesystem", "name": "symfony/filesystem",
"version": "v7.4.6", "version": "v7.4.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/filesystem.git", "url": "https://github.com/symfony/filesystem.git",
"reference": "3ebc794fa5315e59fd122561623c2e2e4280538e" "reference": "58b9790d12f9670b7f53a1c1738febd3108970a5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/filesystem/zipball/3ebc794fa5315e59fd122561623c2e2e4280538e", "url": "https://api.github.com/repos/symfony/filesystem/zipball/58b9790d12f9670b7f53a1c1738febd3108970a5",
"reference": "3ebc794fa5315e59fd122561623c2e2e4280538e", "reference": "58b9790d12f9670b7f53a1c1738febd3108970a5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6779,7 +6858,7 @@
"description": "Provides basic utilities for the filesystem", "description": "Provides basic utilities for the filesystem",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/filesystem/tree/v7.4.6" "source": "https://github.com/symfony/filesystem/tree/v7.4.8"
}, },
"funding": [ "funding": [
{ {
@@ -6799,20 +6878,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-02-25T16:50:00+00:00" "time": "2026-03-24T13:12:05+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
"version": "v7.4.6", "version": "v7.4.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/finder.git", "url": "https://github.com/symfony/finder.git",
"reference": "8655bf1076b7a3a346cb11413ffdabff50c7ffcf" "reference": "e0be088d22278583a82da281886e8c3592fbf149"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/finder/zipball/8655bf1076b7a3a346cb11413ffdabff50c7ffcf", "url": "https://api.github.com/repos/symfony/finder/zipball/e0be088d22278583a82da281886e8c3592fbf149",
"reference": "8655bf1076b7a3a346cb11413ffdabff50c7ffcf", "reference": "e0be088d22278583a82da281886e8c3592fbf149",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6847,7 +6926,7 @@
"description": "Finds files and directories via an intuitive fluent interface", "description": "Finds files and directories via an intuitive fluent interface",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/finder/tree/v7.4.6" "source": "https://github.com/symfony/finder/tree/v7.4.8"
}, },
"funding": [ "funding": [
{ {
@@ -6867,20 +6946,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-01-29T09:40:50+00:00" "time": "2026-03-24T13:12:05+00:00"
}, },
{ {
"name": "symfony/options-resolver", "name": "symfony/options-resolver",
"version": "v8.0.0", "version": "v8.0.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/options-resolver.git", "url": "https://github.com/symfony/options-resolver.git",
"reference": "d2b592535ffa6600c265a3893a7f7fd2bad82dd7" "reference": "b48bce0a70b914f6953dafbd10474df232ed4de8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/options-resolver/zipball/d2b592535ffa6600c265a3893a7f7fd2bad82dd7", "url": "https://api.github.com/repos/symfony/options-resolver/zipball/b48bce0a70b914f6953dafbd10474df232ed4de8",
"reference": "d2b592535ffa6600c265a3893a7f7fd2bad82dd7", "reference": "b48bce0a70b914f6953dafbd10474df232ed4de8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -6918,7 +6997,7 @@
"options" "options"
], ],
"support": { "support": {
"source": "https://github.com/symfony/options-resolver/tree/v8.0.0" "source": "https://github.com/symfony/options-resolver/tree/v8.0.8"
}, },
"funding": [ "funding": [
{ {
@@ -6938,20 +7017,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-11-12T15:55:31+00:00" "time": "2026-03-30T15:14:47+00:00"
}, },
{ {
"name": "symfony/polyfill-iconv", "name": "symfony/polyfill-iconv",
"version": "v1.33.0", "version": "v1.34.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-iconv.git", "url": "https://github.com/symfony/polyfill-iconv.git",
"reference": "5f3b930437ae03ae5dff61269024d8ea1b3774aa" "reference": "2c5729fd241b4b22f6e4b436bc3354a4f262df57"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/5f3b930437ae03ae5dff61269024d8ea1b3774aa", "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/2c5729fd241b4b22f6e4b436bc3354a4f262df57",
"reference": "5f3b930437ae03ae5dff61269024d8ea1b3774aa", "reference": "2c5729fd241b4b22f6e4b436bc3354a4f262df57",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -7002,7 +7081,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-iconv/tree/v1.33.0" "source": "https://github.com/symfony/polyfill-iconv/tree/v1.34.0"
}, },
"funding": [ "funding": [
{ {
@@ -7022,20 +7101,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-09-17T14:58:18+00:00" "time": "2026-04-10T16:19:22+00:00"
}, },
{ {
"name": "symfony/polyfill-php84", "name": "symfony/polyfill-php84",
"version": "v1.33.0", "version": "v1.34.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/polyfill-php84.git", "url": "https://github.com/symfony/polyfill-php84.git",
"reference": "d8ced4d875142b6a7426000426b8abc631d6b191" "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/d8ced4d875142b6a7426000426b8abc631d6b191", "url": "https://api.github.com/repos/symfony/polyfill-php84/zipball/88486db2c389b290bf87ff1de7ebc1e13e42bb06",
"reference": "d8ced4d875142b6a7426000426b8abc631d6b191", "reference": "88486db2c389b290bf87ff1de7ebc1e13e42bb06",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -7082,7 +7161,7 @@
"shim" "shim"
], ],
"support": { "support": {
"source": "https://github.com/symfony/polyfill-php84/tree/v1.33.0" "source": "https://github.com/symfony/polyfill-php84/tree/v1.34.0"
}, },
"funding": [ "funding": [
{ {
@@ -7102,20 +7181,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-06-24T13:30:11+00:00" "time": "2026-04-10T18:47:49+00:00"
}, },
{ {
"name": "symfony/stopwatch", "name": "symfony/stopwatch",
"version": "v8.0.0", "version": "v8.0.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/stopwatch.git", "url": "https://github.com/symfony/stopwatch.git",
"reference": "67df1914c6ccd2d7b52f70d40cf2aea02159d942" "reference": "85954ed72d5440ea4dc9a10b7e49e01df766ffa3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/stopwatch/zipball/67df1914c6ccd2d7b52f70d40cf2aea02159d942", "url": "https://api.github.com/repos/symfony/stopwatch/zipball/85954ed72d5440ea4dc9a10b7e49e01df766ffa3",
"reference": "67df1914c6ccd2d7b52f70d40cf2aea02159d942", "reference": "85954ed72d5440ea4dc9a10b7e49e01df766ffa3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -7148,7 +7227,7 @@
"description": "Provides a way to profile code", "description": "Provides a way to profile code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/stopwatch/tree/v8.0.0" "source": "https://github.com/symfony/stopwatch/tree/v8.0.8"
}, },
"funding": [ "funding": [
{ {
@@ -7168,20 +7247,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2025-08-04T07:36:47+00:00" "time": "2026-03-30T15:14:47+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v7.4.6", "version": "v7.4.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "045321c440ac18347b136c63d2e9bf28a2dc0291" "reference": "9510c3966f749a1d1ff0059e1eabef6cc621e7fd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/045321c440ac18347b136c63d2e9bf28a2dc0291", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/9510c3966f749a1d1ff0059e1eabef6cc621e7fd",
"reference": "045321c440ac18347b136c63d2e9bf28a2dc0291", "reference": "9510c3966f749a1d1ff0059e1eabef6cc621e7fd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -7235,7 +7314,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v7.4.6" "source": "https://github.com/symfony/var-dumper/tree/v7.4.8"
}, },
"funding": [ "funding": [
{ {
@@ -7255,7 +7334,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-02-15T10:53:20+00:00" "time": "2026-03-30T13:44:50+00:00"
}, },
{ {
"name": "thecodingmachine/safe", "name": "thecodingmachine/safe",