chore: update project dependencies

This commit is contained in:
2026-09-08 12:40:25 +02:00
parent 45ca0d2b46
commit e744ebbe33
Generated
+144 -63
View File
@@ -8,16 +8,16 @@
"packages": [ "packages": [
{ {
"name": "carbonphp/carbon-doctrine-types", "name": "carbonphp/carbon-doctrine-types",
"version": "2.1.0", "version": "2.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/CarbonPHP/carbon-doctrine-types.git", "url": "https://github.com/CarbonPHP/carbon-doctrine-types.git",
"reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb" "reference": "bf72f821b9952722ea9f9c3912f85946e1af9e3d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/99f76ffa36cce3b70a4a6abce41dba15ca2e84cb", "url": "https://api.github.com/repos/CarbonPHP/carbon-doctrine-types/zipball/bf72f821b9952722ea9f9c3912f85946e1af9e3d",
"reference": "99f76ffa36cce3b70a4a6abce41dba15ca2e84cb", "reference": "bf72f821b9952722ea9f9c3912f85946e1af9e3d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -57,7 +57,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues", "issues": "https://github.com/CarbonPHP/carbon-doctrine-types/issues",
"source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.0" "source": "https://github.com/CarbonPHP/carbon-doctrine-types/tree/2.1.1"
}, },
"funding": [ "funding": [
{ {
@@ -73,7 +73,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-12-11T17:09:12+00:00" "time": "2026-09-06T14:11:23+00:00"
}, },
{ {
"name": "composer/pcre", "name": "composer/pcre",
@@ -220,29 +220,29 @@
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/collections",
"version": "2.6.0", "version": "3.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/collections.git", "url": "https://github.com/doctrine/collections.git",
"reference": "7713da39d8e237f28411d6a616a3dce5e20d5de2" "reference": "7c2f25ed928553a3de389ccb99aa46c0eedb2d4d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/7713da39d8e237f28411d6a616a3dce5e20d5de2", "url": "https://api.github.com/repos/doctrine/collections/zipball/7c2f25ed928553a3de389ccb99aa46c0eedb2d4d",
"reference": "7713da39d8e237f28411d6a616a3dce5e20d5de2", "reference": "7c2f25ed928553a3de389ccb99aa46c0eedb2d4d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"doctrine/deprecations": "^1", "doctrine/deprecations": "^1",
"php": "^8.1", "php": "^8.4",
"symfony/polyfill-php84": "^1.30" "symfony/polyfill-php86": "^1.36"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^14", "doctrine/coding-standard": "^14",
"ext-json": "*", "ext-json": "*",
"phpstan/phpstan": "^2.1.30", "phpstan/phpstan": "^2.1.30",
"phpstan/phpstan-phpunit": "^2.0.7", "phpstan/phpstan-phpunit": "^2.0.7",
"phpunit/phpunit": "^10.5.58 || ^11.5.42 || ^12.4" "phpunit/phpunit": "^12.4"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@@ -286,7 +286,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/collections/issues", "issues": "https://github.com/doctrine/collections/issues",
"source": "https://github.com/doctrine/collections/tree/2.6.0" "source": "https://github.com/doctrine/collections/tree/3.1.0"
}, },
"funding": [ "funding": [
{ {
@@ -302,7 +302,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-01-15T10:01:58+00:00" "time": "2026-04-29T20:41:02+00:00"
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
@@ -1115,24 +1115,24 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "3.6.8", "version": "3.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/orm.git", "url": "https://github.com/doctrine/orm.git",
"reference": "a4d13ed5b11e7f7b4d654b1adf95432031ae3ffc" "reference": "f25c5e5385d3a0bca2dc364d556d3b83a06559ed"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/a4d13ed5b11e7f7b4d654b1adf95432031ae3ffc", "url": "https://api.github.com/repos/doctrine/orm/zipball/f25c5e5385d3a0bca2dc364d556d3b83a06559ed",
"reference": "a4d13ed5b11e7f7b4d654b1adf95432031ae3ffc", "reference": "f25c5e5385d3a0bca2dc364d556d3b83a06559ed",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer-runtime-api": "^2", "composer-runtime-api": "^2",
"doctrine/collections": "^2.2", "doctrine/collections": "^2.2 || ^3.1",
"doctrine/dbal": "^3.8.2 || ^4", "doctrine/dbal": "^3.8.2 || ^4",
"doctrine/deprecations": "^0.5.3 || ^1", "doctrine/deprecations": "^0.5.3 || ^1",
"doctrine/event-manager": "^1.2 || ^2", "doctrine/event-manager": "^2.1.1",
"doctrine/inflector": "^1.4 || ^2.0", "doctrine/inflector": "^1.4 || ^2.0",
"doctrine/instantiator": "^1.3 || ^2", "doctrine/instantiator": "^1.3 || ^2",
"doctrine/lexer": "^3", "doctrine/lexer": "^3",
@@ -1141,6 +1141,7 @@
"php": "^8.1", "php": "^8.1",
"psr/cache": "^1 || ^2 || ^3", "psr/cache": "^1 || ^2 || ^3",
"symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0", "symfony/console": "^5.4 || ^6.0 || ^7.0 || ^8.0",
"symfony/polyfill-php86": "^1.37",
"symfony/var-exporter": "^6.3.9 || ^7.0 || ^8.0" "symfony/var-exporter": "^6.3.9 || ^7.0 || ^8.0"
}, },
"require-dev": { "require-dev": {
@@ -1198,9 +1199,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/orm/issues", "issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/3.6.8" "source": "https://github.com/doctrine/orm/tree/3.7.0"
}, },
"time": "2026-08-05T19:05:32+00:00" "time": "2026-09-07T19:35:17+00:00"
}, },
{ {
"name": "doctrine/persistence", "name": "doctrine/persistence",
@@ -2272,16 +2273,16 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "3.35.3", "version": "3.36.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "5fc8404762179ae514678487b23494fd69b2309c" "reference": "f7fb152932f30072d573510cbd4dd657d6475b25"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/5fc8404762179ae514678487b23494fd69b2309c", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/f7fb152932f30072d573510cbd4dd657d6475b25",
"reference": "5fc8404762179ae514678487b23494fd69b2309c", "reference": "f7fb152932f30072d573510cbd4dd657d6475b25",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2349,9 +2350,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/thephpleague/flysystem/issues", "issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/3.35.3" "source": "https://github.com/thephpleague/flysystem/tree/3.36.0"
}, },
"time": "2026-08-22T12:55:54+00:00" "time": "2026-09-02T08:00:27+00:00"
}, },
{ {
"name": "league/flysystem-bundle", "name": "league/flysystem-bundle",
@@ -2474,16 +2475,16 @@
}, },
{ {
"name": "league/flysystem-sftp-v3", "name": "league/flysystem-sftp-v3",
"version": "3.35.3", "version": "3.36.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem-sftp-v3.git", "url": "https://github.com/thephpleague/flysystem-sftp-v3.git",
"reference": "54e86ca228e95f4fe7a5b11d20e43c11ccac975d" "reference": "5004b451cedd3bc4fdf84fcd427b858ec1b66a02"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem-sftp-v3/zipball/54e86ca228e95f4fe7a5b11d20e43c11ccac975d", "url": "https://api.github.com/repos/thephpleague/flysystem-sftp-v3/zipball/5004b451cedd3bc4fdf84fcd427b858ec1b66a02",
"reference": "54e86ca228e95f4fe7a5b11d20e43c11ccac975d", "reference": "5004b451cedd3bc4fdf84fcd427b858ec1b66a02",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -2517,9 +2518,9 @@
"sftp" "sftp"
], ],
"support": { "support": {
"source": "https://github.com/thephpleague/flysystem-sftp-v3/tree/3.35.3" "source": "https://github.com/thephpleague/flysystem-sftp-v3/tree/3.36.0"
}, },
"time": "2026-08-17T09:09:44+00:00" "time": "2026-09-02T07:49:56+00:00"
}, },
{ {
"name": "league/mime-type-detection", "name": "league/mime-type-detection",
@@ -3194,16 +3195,16 @@
}, },
{ {
"name": "monolog/monolog", "name": "monolog/monolog",
"version": "3.10.0", "version": "3.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Seldaek/monolog.git", "url": "https://github.com/Seldaek/monolog.git",
"reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0" "reference": "147f303310f06334f03f409e49d7ad1e275ff05a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Seldaek/monolog/zipball/b321dd6749f0bf7189444158a3ce785cc16d69b0", "url": "https://api.github.com/repos/Seldaek/monolog/zipball/147f303310f06334f03f409e49d7ad1e275ff05a",
"reference": "b321dd6749f0bf7189444158a3ce785cc16d69b0", "reference": "147f303310f06334f03f409e49d7ad1e275ff05a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -3281,7 +3282,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/Seldaek/monolog/issues", "issues": "https://github.com/Seldaek/monolog/issues",
"source": "https://github.com/Seldaek/monolog/tree/3.10.0" "source": "https://github.com/Seldaek/monolog/tree/3.11.0"
}, },
"funding": [ "funding": [
{ {
@@ -3293,7 +3294,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-01-02T08:56:05+00:00" "time": "2026-09-02T12:39:56+00:00"
}, },
{ {
"name": "nelexa/zip", "name": "nelexa/zip",
@@ -4066,16 +4067,16 @@
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "2.3.4", "version": "2.3.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "98dbc9412932af5825e6d5aa5d6bc4de7d82538a" "reference": "148cefffaf0233e4c08cc13db8a195a56dd6dfe9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/98dbc9412932af5825e6d5aa5d6bc4de7d82538a", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/148cefffaf0233e4c08cc13db8a195a56dd6dfe9",
"reference": "98dbc9412932af5825e6d5aa5d6bc4de7d82538a", "reference": "148cefffaf0233e4c08cc13db8a195a56dd6dfe9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -4107,9 +4108,9 @@
"description": "PHPDoc parser with support for nullable, intersection and generic types", "description": "PHPDoc parser with support for nullable, intersection and generic types",
"support": { "support": {
"issues": "https://github.com/phpstan/phpdoc-parser/issues", "issues": "https://github.com/phpstan/phpdoc-parser/issues",
"source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.4" "source": "https://github.com/phpstan/phpdoc-parser/tree/2.3.5"
}, },
"time": "2026-08-30T16:25:38+00:00" "time": "2026-08-31T16:05:28+00:00"
}, },
{ {
"name": "psr/cache", "name": "psr/cache",
@@ -8608,6 +8609,86 @@
], ],
"time": "2026-07-01T12:47:55+00:00" "time": "2026-07-01T12:47:55+00:00"
}, },
{
"name": "symfony/polyfill-php86",
"version": "v1.41.0",
"source": {
"type": "git",
"url": "https://github.com/symfony/polyfill-php86.git",
"reference": "6bc356ed3d8dbfeea8f0de235e34d670704e880e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/symfony/polyfill-php86/zipball/6bc356ed3d8dbfeea8f0de235e34d670704e880e",
"reference": "6bc356ed3d8dbfeea8f0de235e34d670704e880e",
"shasum": ""
},
"require": {
"php": ">=7.2"
},
"type": "library",
"extra": {
"thanks": {
"url": "https://github.com/symfony/polyfill",
"name": "symfony/polyfill"
}
},
"autoload": {
"files": [
"bootstrap.php"
],
"psr-4": {
"Symfony\\Polyfill\\Php86\\": ""
},
"classmap": [
"Resources/stubs"
]
},
"notification-url": "https://packagist.org/downloads/",
"license": [
"MIT"
],
"authors": [
{
"name": "Nicolas Grekas",
"email": "[email protected]"
},
{
"name": "Symfony Community",
"homepage": "https://symfony.com/contributors"
}
],
"description": "Symfony polyfill backporting some PHP 8.6+ features to lower PHP versions",
"homepage": "https://symfony.com",
"keywords": [
"compatibility",
"polyfill",
"portable",
"shim"
],
"support": {
"source": "https://github.com/symfony/polyfill-php86/tree/v1.41.0"
},
"funding": [
{
"url": "https://symfony.com/sponsor",
"type": "custom"
},
{
"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": "2026-07-02T13:42:24+00:00"
},
{ {
"name": "symfony/polyfill-uuid", "name": "symfony/polyfill-uuid",
"version": "v1.37.0", "version": "v1.37.0",
@@ -12211,16 +12292,16 @@
}, },
{ {
"name": "friendsofphp/php-cs-fixer", "name": "friendsofphp/php-cs-fixer",
"version": "v3.95.23", "version": "v3.95.24",
"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": "b2932a5af3157a0c28324b1efe5e3b556dee09c4" "reference": "9a4b8050f8768646bf3693ee7416978ceeca6206"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/b2932a5af3157a0c28324b1efe5e3b556dee09c4", "url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/9a4b8050f8768646bf3693ee7416978ceeca6206",
"reference": "b2932a5af3157a0c28324b1efe5e3b556dee09c4", "reference": "9a4b8050f8768646bf3693ee7416978ceeca6206",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -12303,7 +12384,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.95.23" "source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.95.24"
}, },
"funding": [ "funding": [
{ {
@@ -12311,7 +12392,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2026-08-26T19:54:54+00:00" "time": "2026-08-31T15:31:12+00:00"
}, },
{ {
"name": "myclabs/deep-copy", "name": "myclabs/deep-copy",
@@ -12550,11 +12631,11 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "2.2.11", "version": "2.2.13",
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/0eb899d48d9b784eee3f1b58a6c9dc79734cf811", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9ba9ac76ee9c5cf5b56d58eb5deec6315b7a0260",
"reference": "0eb899d48d9b784eee3f1b58a6c9dc79734cf811", "reference": "9ba9ac76ee9c5cf5b56d58eb5deec6315b7a0260",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -12610,7 +12691,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2026-08-31T10:33:10+00:00" "time": "2026-09-03T20:38:19+00:00"
}, },
{ {
"name": "phpstan/phpstan-doctrine", "name": "phpstan/phpstan-doctrine",
@@ -13726,16 +13807,16 @@
}, },
{ {
"name": "rector/rector", "name": "rector/rector",
"version": "2.6.5", "version": "2.6.6",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/rectorphp/rector.git", "url": "https://github.com/rectorphp/rector.git",
"reference": "f8686605798c755456327a3597201c3b5be76294" "reference": "ca069d6c79feaa6651b423c15d101a27a436093e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/rectorphp/rector/zipball/f8686605798c755456327a3597201c3b5be76294", "url": "https://api.github.com/repos/rectorphp/rector/zipball/ca069d6c79feaa6651b423c15d101a27a436093e",
"reference": "f8686605798c755456327a3597201c3b5be76294", "reference": "ca069d6c79feaa6651b423c15d101a27a436093e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -13771,7 +13852,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/rectorphp/rector/issues", "issues": "https://github.com/rectorphp/rector/issues",
"source": "https://github.com/rectorphp/rector/tree/2.6.5" "source": "https://github.com/rectorphp/rector/tree/2.6.6"
}, },
"funding": [ "funding": [
{ {
@@ -13779,7 +13860,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2026-08-30T22:02:04+00:00" "time": "2026-09-02T09:38:46+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",