chore: update project dependencies

This commit is contained in:
Björn Fromme
2026-03-16 11:59:11 +01:00
parent 9c6f4d59b3
commit 513c889926
2 changed files with 272 additions and 67 deletions
Generated
+270 -66
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": "758432b3a4e12d298d96a746560356fd",
"content-hash": "a298068a9461dc19cb71f53ea0a7093b",
"packages": [
{
"name": "brick/math",
@@ -290,16 +290,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.10.2",
"version": "3.10.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "c6c16cf787eaba3112203dfcd715fa2059c62282"
"reference": "65edaca19a752730f290ec2fb89d593cb40afb43"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/c6c16cf787eaba3112203dfcd715fa2059c62282",
"reference": "c6c16cf787eaba3112203dfcd715fa2059c62282",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/65edaca19a752730f290ec2fb89d593cb40afb43",
"reference": "65edaca19a752730f290ec2fb89d593cb40afb43",
"shasum": ""
},
"require": {
@@ -315,14 +315,14 @@
},
"require-dev": {
"doctrine/cache": "^1.11|^2.0",
"doctrine/coding-standard": "13.0.1",
"doctrine/coding-standard": "14.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.1",
"phpstan/phpstan": "2.1.22",
"phpstan/phpstan": "2.1.30",
"phpstan/phpstan-strict-rules": "^2",
"phpunit/phpunit": "9.6.23",
"slevomat/coding-standard": "8.16.2",
"squizlabs/php_codesniffer": "3.13.1",
"phpunit/phpunit": "9.6.29",
"slevomat/coding-standard": "8.24.0",
"squizlabs/php_codesniffer": "4.0.0",
"symfony/cache": "^5.4|^6.0|^7.0",
"symfony/console": "^4.4|^5.4|^6.0|^7.0"
},
@@ -384,7 +384,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.10.2"
"source": "https://github.com/doctrine/dbal/tree/3.10.3"
},
"funding": [
{
@@ -400,7 +400,7 @@
"type": "tidelift"
}
],
"time": "2025-09-04T23:51:27+00:00"
"time": "2025-10-09T09:05:12+00:00"
},
{
"name": "doctrine/deprecations",
@@ -452,20 +452,21 @@
},
{
"name": "doctrine/doctrine-bundle",
"version": "2.16.2",
"version": "2.18.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "1c10de0fe995f01eca6b073d1c2549ef0b603a7f"
"reference": "cd5d4da6a5f7cf3d8708e17211234657b5eb4e95"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/1c10de0fe995f01eca6b073d1c2549ef0b603a7f",
"reference": "1c10de0fe995f01eca6b073d1c2549ef0b603a7f",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/cd5d4da6a5f7cf3d8708e17211234657b5eb4e95",
"reference": "cd5d4da6a5f7cf3d8708e17211234657b5eb4e95",
"shasum": ""
},
"require": {
"doctrine/dbal": "^3.7.0 || ^4.0",
"doctrine/deprecations": "^1.0",
"doctrine/persistence": "^3.1 || ^4",
"doctrine/sql-formatter": "^1.0.1",
"php": "^8.1",
@@ -473,7 +474,6 @@
"symfony/config": "^6.4 || ^7.0",
"symfony/console": "^6.4 || ^7.0",
"symfony/dependency-injection": "^6.4 || ^7.0",
"symfony/deprecation-contracts": "^2.1 || ^3",
"symfony/doctrine-bridge": "^6.4.3 || ^7.0.3",
"symfony/framework-bundle": "^6.4 || ^7.0",
"symfony/service-contracts": "^2.5 || ^3"
@@ -488,14 +488,13 @@
"require-dev": {
"doctrine/annotations": "^1 || ^2",
"doctrine/cache": "^1.11 || ^2.0",
"doctrine/coding-standard": "^13",
"doctrine/deprecations": "^1.0",
"doctrine/coding-standard": "^14",
"doctrine/orm": "^2.17 || ^3.1",
"friendsofphp/proxy-manager-lts": "^1.0",
"phpstan/phpstan": "2.1.1",
"phpstan/phpstan-phpunit": "2.0.3",
"phpstan/phpstan-strict-rules": "^2",
"phpunit/phpunit": "^10.5.53",
"phpunit/phpunit": "^10.5.53 || ^12.3.10",
"psr/log": "^1.1.4 || ^2.0 || ^3.0",
"symfony/doctrine-messenger": "^6.4 || ^7.0",
"symfony/expression-language": "^6.4 || ^7.0",
@@ -509,7 +508,7 @@
"symfony/var-exporter": "^6.4.1 || ^7.0.1",
"symfony/web-profiler-bundle": "^6.4 || ^7.0",
"symfony/yaml": "^6.4 || ^7.0",
"twig/twig": "^2.13 || ^3.0.4"
"twig/twig": "^2.14.7 || ^3.0.4"
},
"suggest": {
"doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
@@ -554,7 +553,7 @@
],
"support": {
"issues": "https://github.com/doctrine/DoctrineBundle/issues",
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.16.2"
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.18.0"
},
"funding": [
{
@@ -570,24 +569,24 @@
"type": "tidelift"
}
],
"time": "2025-09-10T19:14:48+00:00"
"time": "2025-10-11T04:43:27+00:00"
},
{
"name": "doctrine/doctrine-migrations-bundle",
"version": "3.4.2",
"version": "3.5.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
"reference": "5a6ac7120c2924c4c070a869d08b11ccf9e277b9"
"reference": "71c81279ca0e907c3edc718418b93fd63074856c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/5a6ac7120c2924c4c070a869d08b11ccf9e277b9",
"reference": "5a6ac7120c2924c4c070a869d08b11ccf9e277b9",
"url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/71c81279ca0e907c3edc718418b93fd63074856c",
"reference": "71c81279ca0e907c3edc718418b93fd63074856c",
"shasum": ""
},
"require": {
"doctrine/doctrine-bundle": "^2.4",
"doctrine/doctrine-bundle": "^2.4 || ^3.0",
"doctrine/migrations": "^3.2",
"php": "^7.2 || ^8.0",
"symfony/deprecation-contracts": "^2.1 || ^3",
@@ -595,7 +594,7 @@
},
"require-dev": {
"composer/semver": "^3.0",
"doctrine/coding-standard": "^12",
"doctrine/coding-standard": "^12 || ^14",
"doctrine/orm": "^2.6 || ^3",
"phpstan/phpstan": "^1.4 || ^2",
"phpstan/phpstan-deprecation-rules": "^1 || ^2",
@@ -639,7 +638,7 @@
],
"support": {
"issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
"source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.4.2"
"source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.5.0"
},
"funding": [
{
@@ -655,7 +654,7 @@
"type": "tidelift"
}
],
"time": "2025-03-11T17:36:26+00:00"
"time": "2025-10-12T17:06:40+00:00"
},
{
"name": "doctrine/event-manager",
@@ -1180,16 +1179,16 @@
},
{
"name": "doctrine/persistence",
"version": "4.1.0",
"version": "4.1.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/persistence.git",
"reference": "dcbdfe4b211ae09478e192289cae7ab0987b29a4"
"reference": "b9c49ad3558bb77ef973f4e173f2e9c2eca9be09"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/dcbdfe4b211ae09478e192289cae7ab0987b29a4",
"reference": "dcbdfe4b211ae09478e192289cae7ab0987b29a4",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/b9c49ad3558bb77ef973f4e173f2e9c2eca9be09",
"reference": "b9c49ad3558bb77ef973f4e173f2e9c2eca9be09",
"shasum": ""
},
"require": {
@@ -1198,11 +1197,11 @@
"psr/cache": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"doctrine/coding-standard": "^12",
"phpstan/phpstan": "1.12.7",
"phpstan/phpstan-phpunit": "^1",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "^9.6",
"doctrine/coding-standard": "^14",
"phpstan/phpstan": "2.1.30",
"phpstan/phpstan-phpunit": "^2",
"phpstan/phpstan-strict-rules": "^2",
"phpunit/phpunit": "^10.5.58 || ^12",
"symfony/cache": "^4.4 || ^5.4 || ^6.0 || ^7.0",
"symfony/finder": "^4.4 || ^5.4 || ^6.0 || ^7.0"
},
@@ -1253,7 +1252,7 @@
],
"support": {
"issues": "https://github.com/doctrine/persistence/issues",
"source": "https://github.com/doctrine/persistence/tree/4.1.0"
"source": "https://github.com/doctrine/persistence/tree/4.1.1"
},
"funding": [
{
@@ -1269,7 +1268,7 @@
"type": "tidelift"
}
],
"time": "2025-08-21T16:00:31+00:00"
"time": "2025-10-16T20:13:18+00:00"
},
{
"name": "doctrine/sql-formatter",
@@ -1600,22 +1599,22 @@
},
{
"name": "lcobucci/jwt",
"version": "5.5.0",
"version": "5.6.0",
"source": {
"type": "git",
"url": "https://github.com/lcobucci/jwt.git",
"reference": "a835af59b030d3f2967725697cf88300f579088e"
"reference": "bb3e9f21e4196e8afc41def81ef649c164bca25e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/a835af59b030d3f2967725697cf88300f579088e",
"reference": "a835af59b030d3f2967725697cf88300f579088e",
"url": "https://api.github.com/repos/lcobucci/jwt/zipball/bb3e9f21e4196e8afc41def81ef649c164bca25e",
"reference": "bb3e9f21e4196e8afc41def81ef649c164bca25e",
"shasum": ""
},
"require": {
"ext-openssl": "*",
"ext-sodium": "*",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0",
"psr/clock": "^1.0"
},
"require-dev": {
@@ -1657,7 +1656,7 @@
],
"support": {
"issues": "https://github.com/lcobucci/jwt/issues",
"source": "https://github.com/lcobucci/jwt/tree/5.5.0"
"source": "https://github.com/lcobucci/jwt/tree/5.6.0"
},
"funding": [
{
@@ -1669,7 +1668,7 @@
"type": "patreon"
}
],
"time": "2025-01-26T21:29:45+00:00"
"time": "2025-10-17T11:30:53+00:00"
},
{
"name": "league/event",
@@ -2136,21 +2135,19 @@
},
{
"name": "league/oauth2-server-bundle",
"version": "v0.11",
"version": "v1.0.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-server-bundle.git",
"reference": "935f92bce72892dcc73df52e95d163428d6f3a03"
"reference": "7d890a6fc353abe37298147d3fe497a61dd553c4"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/thephpleague/oauth2-server-bundle/zipball/935f92bce72892dcc73df52e95d163428d6f3a03",
"reference": "935f92bce72892dcc73df52e95d163428d6f3a03",
"url": "https://api.github.com/repos/thephpleague/oauth2-server-bundle/zipball/7d890a6fc353abe37298147d3fe497a61dd553c4",
"reference": "7d890a6fc353abe37298147d3fe497a61dd553c4",
"shasum": ""
},
"require": {
"doctrine/doctrine-bundle": "^2.8.0",
"doctrine/orm": "^2.14|^3.0",
"ext-openssl": "*",
"league/oauth2-server": "^9.2",
"nyholm/psr7": "^1.4",
@@ -2160,20 +2157,29 @@
"symfony/event-dispatcher": "^6.4|^7.0",
"symfony/filesystem": "^6.4|^7.0",
"symfony/framework-bundle": "^6.4|^7.0",
"symfony/polyfill-php81": "^1.22",
"symfony/psr-http-message-bridge": "^6.4|^7",
"symfony/security-bundle": "^6.4|^7.0"
},
"conflict": {
"doctrine/doctrine-bundle": "<2.8.0",
"doctrine/orm": "<2.14"
},
"require-dev": {
"doctrine/doctrine-bundle": "^2.8.0",
"doctrine/orm": "^2.14|^3.0",
"ext-pdo": "*",
"ext-pdo_sqlite": "*",
"symfony/browser-kit": "^6.4|^7.0",
"symfony/phpunit-bridge": "^7.2"
},
"suggest": {
"doctrine/doctrine-bundle": "Allow usage of doctrine as persistence layer",
"doctrine/orm": "Allow usage of doctrine as persistence layer"
},
"type": "symfony-bundle",
"extra": {
"branch-alias": {
"dev-master": "0.11.x-dev"
"dev-master": "1.x-dev"
}
},
"autoload": {
@@ -2206,9 +2212,9 @@
],
"support": {
"issues": "https://github.com/thephpleague/oauth2-server-bundle/issues",
"source": "https://github.com/thephpleague/oauth2-server-bundle/tree/v0.11"
"source": "https://github.com/thephpleague/oauth2-server-bundle/tree/v1.0.0"
},
"time": "2025-04-06T22:20:36+00:00"
"time": "2025-04-27T15:12:28+00:00"
},
{
"name": "league/uri",
@@ -10952,16 +10958,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.88.2",
"version": "v3.89.0",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "a8d15584bafb0f0d9d938827840060fd4a3ebc99"
"reference": "4dd6768cb7558440d27d18f54909eee417317ce9"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/a8d15584bafb0f0d9d938827840060fd4a3ebc99",
"reference": "a8d15584bafb0f0d9d938827840060fd4a3ebc99",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/4dd6768cb7558440d27d18f54909eee417317ce9",
"reference": "4dd6768cb7558440d27d18f54909eee417317ce9",
"shasum": ""
},
"require": {
@@ -10976,7 +10982,6 @@
"php": "^7.4 || ^8.0",
"react/child-process": "^0.6.6",
"react/event-loop": "^1.5",
"react/promise": "^3.3",
"react/socket": "^1.16",
"react/stream": "^1.4",
"sebastian/diff": "^4.0.6 || ^5.1.1 || ^6.0.2 || ^7.0",
@@ -11044,7 +11049,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.88.2"
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.89.0"
},
"funding": [
{
@@ -11052,7 +11057,7 @@
"type": "github"
}
],
"time": "2025-09-27T00:24:15+00:00"
"time": "2025-10-18T19:30:16+00:00"
},
{
"name": "myclabs/deep-copy",
@@ -11172,6 +11177,133 @@
},
"time": "2025-08-13T20:13:15+00:00"
},
{
"name": "permafrost-dev/code-snippets",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/permafrost-dev/code-snippets.git",
"reference": "639827ba7118a6b5521c861a265358ce5bd2b0c5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/permafrost-dev/code-snippets/zipball/639827ba7118a6b5521c861a265358ce5bd2b0c5",
"reference": "639827ba7118a6b5521c861a265358ce5bd2b0c5",
"shasum": ""
},
"require": {
"php": "^7.3|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
"type": "library",
"autoload": {
"psr-4": {
"Permafrost\\CodeSnippets\\": "src"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Patrick Organ",
"email": "[email protected]",
"role": "Developer"
}
],
"description": "Easily work with code snippets in PHP",
"homepage": "https://github.com/permafrost-dev/code-snippets",
"keywords": [
"code",
"code-snippets",
"permafrost",
"snippets"
],
"support": {
"issues": "https://github.com/permafrost-dev/code-snippets/issues",
"source": "https://github.com/permafrost-dev/code-snippets/tree/1.2.0"
},
"funding": [
{
"url": "https://permafrost.dev/open-source",
"type": "custom"
},
{
"url": "https://github.com/permafrost-dev",
"type": "github"
}
],
"time": "2021-07-27T05:15:06+00:00"
},
{
"name": "permafrost-dev/php-code-search",
"version": "1.12.0",
"source": {
"type": "git",
"url": "https://github.com/permafrost-dev/php-code-search.git",
"reference": "dbbca18f7dc2950e88121bb62f8ed2c697df799a"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/permafrost-dev/php-code-search/zipball/dbbca18f7dc2950e88121bb62f8ed2c697df799a",
"reference": "dbbca18f7dc2950e88121bb62f8ed2c697df799a",
"shasum": ""
},
"require": {
"nikic/php-parser": "^5.0",
"permafrost-dev/code-snippets": "^1.2.0",
"php": "^7.4|^8.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
"type": "library",
"autoload": {
"files": [
"src/Support/helpers.php"
],
"psr-4": {
"Permafrost\\PhpCodeSearch\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Patrick Organ",
"email": "[email protected]",
"homepage": "https://permafrost.dev",
"role": "Developer"
}
],
"description": "Search PHP code for function & method calls, variable assignments, and more",
"homepage": "https://github.com/permafrost-dev/php-code-search",
"keywords": [
"code",
"permafrost",
"php",
"search",
"sourcecode"
],
"support": {
"issues": "https://github.com/permafrost-dev/php-code-search/issues",
"source": "https://github.com/permafrost-dev/php-code-search/tree/1.12.0"
},
"funding": [
{
"url": "https://github.com/sponsors/permafrost-dev",
"type": "github"
}
],
"time": "2024-09-03T04:33:45+00:00"
},
{
"name": "phar-io/manifest",
"version": "2.0.4",
@@ -13257,6 +13389,78 @@
],
"time": "2020-09-28T06:39:44+00:00"
},
{
"name": "spatie/x-ray",
"version": "1.2.0",
"source": {
"type": "git",
"url": "https://github.com/spatie/x-ray.git",
"reference": "c1d8fe19951b752422d058fc911f14066e4ac346"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/x-ray/zipball/c1d8fe19951b752422d058fc911f14066e4ac346",
"reference": "c1d8fe19951b752422d058fc911f14066e4ac346",
"shasum": ""
},
"require": {
"permafrost-dev/code-snippets": "^1.2.0",
"permafrost-dev/php-code-search": "^1.10.5",
"php": "^8.0",
"symfony/console": "^5.3|^6.0|^7.0",
"symfony/finder": "^5.3|^6.0|^7.0",
"symfony/yaml": "^5.3|^6.0|^7.0"
},
"require-dev": {
"phpstan/phpstan": "^2.0.0",
"phpunit/phpunit": "^9.5",
"spatie/phpunit-snapshot-assertions": "^4.2"
},
"bin": [
"bin/x-ray"
],
"type": "library",
"autoload": {
"psr-4": {
"Spatie\\XRay\\": "src/"
}
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Patrick Organ",
"email": "[email protected]",
"homepage": "https://permafrost.dev",
"role": "Developer"
}
],
"description": "Quickly scan source code for calls to Ray",
"homepage": "https://github.com/spatie/x-ray",
"keywords": [
"permafrost",
"ray",
"search",
"spatie"
],
"support": {
"issues": "https://github.com/spatie/x-ray/issues",
"source": "https://github.com/spatie/x-ray/tree/1.2.0"
},
"funding": [
{
"url": "https://github.com/sponsors/permafrost-dev",
"type": "github"
},
{
"url": "https://github.com/sponsors/spatie",
"type": "github"
}
],
"time": "2024-11-12T13:23:31+00:00"
},
{
"name": "symfony/browser-kit",
"version": "v6.4.24",