updated dependencies

This commit is contained in:
Jan Böhmer 2026-05-10 13:44:49 +02:00
parent 11347c23f0
commit 3f10a1235e

75
composer.lock generated
View file

@ -616,16 +616,16 @@
}, },
{ {
"name": "amphp/pipeline", "name": "amphp/pipeline",
"version": "v1.2.3", "version": "v1.2.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/amphp/pipeline.git", "url": "https://github.com/amphp/pipeline.git",
"reference": "7b52598c2e9105ebcddf247fc523161581930367" "reference": "a044733e080940d1483f56caff0c412ad6982776"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/amphp/pipeline/zipball/7b52598c2e9105ebcddf247fc523161581930367", "url": "https://api.github.com/repos/amphp/pipeline/zipball/a044733e080940d1483f56caff0c412ad6982776",
"reference": "7b52598c2e9105ebcddf247fc523161581930367", "reference": "a044733e080940d1483f56caff0c412ad6982776",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -637,7 +637,7 @@
"amphp/php-cs-fixer-config": "^2", "amphp/php-cs-fixer-config": "^2",
"amphp/phpunit-util": "^3", "amphp/phpunit-util": "^3",
"phpunit/phpunit": "^9", "phpunit/phpunit": "^9",
"psalm/phar": "^5.18" "psalm/phar": "6.16.1"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -671,7 +671,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/amphp/pipeline/issues", "issues": "https://github.com/amphp/pipeline/issues",
"source": "https://github.com/amphp/pipeline/tree/v1.2.3" "source": "https://github.com/amphp/pipeline/tree/v1.2.4"
}, },
"funding": [ "funding": [
{ {
@ -679,7 +679,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2025-03-16T16:33:53+00:00" "time": "2026-05-06T05:37:57+00:00"
}, },
{ {
"name": "amphp/process", "name": "amphp/process",
@ -4063,16 +4063,16 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "3.6.3", "version": "3.6.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/orm.git", "url": "https://github.com/doctrine/orm.git",
"reference": "e88cd591f0786089dee22b972c28aa2076df51c0" "reference": "156f3b5a984e7eaa72d440bb6de1d3b6f8d2d6fd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/e88cd591f0786089dee22b972c28aa2076df51c0", "url": "https://api.github.com/repos/doctrine/orm/zipball/156f3b5a984e7eaa72d440bb6de1d3b6f8d2d6fd",
"reference": "e88cd591f0786089dee22b972c28aa2076df51c0", "reference": "156f3b5a984e7eaa72d440bb6de1d3b6f8d2d6fd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4145,9 +4145,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.3" "source": "https://github.com/doctrine/orm/tree/3.6.4"
}, },
"time": "2026-04-02T06:53:27+00:00" "time": "2026-05-07T07:04:34+00:00"
}, },
{ {
"name": "doctrine/persistence", "name": "doctrine/persistence",
@ -20093,16 +20093,16 @@
}, },
{ {
"name": "phpstan/phpstan-doctrine", "name": "phpstan/phpstan-doctrine",
"version": "2.0.21", "version": "2.0.22",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git", "url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "81dac0ee4363c2359128aec844df31efb215dddc" "reference": "e87516b034749432d51653c0147e053e476e8c53"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/81dac0ee4363c2359128aec844df31efb215dddc", "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/e87516b034749432d51653c0147e053e476e8c53",
"reference": "81dac0ee4363c2359128aec844df31efb215dddc", "reference": "e87516b034749432d51653c0147e053e476e8c53",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -20136,6 +20136,7 @@
"phpstan/phpstan-strict-rules": "^2.0", "phpstan/phpstan-strict-rules": "^2.0",
"phpunit/phpunit": "^9.6.20", "phpunit/phpunit": "^9.6.20",
"ramsey/uuid": "^4.2", "ramsey/uuid": "^4.2",
"shipmonk/name-collision-detector": "^2.1",
"symfony/cache": "^5.4", "symfony/cache": "^5.4",
"symfony/uid": "^5.4 || ^6.4 || ^7.3" "symfony/uid": "^5.4 || ^6.4 || ^7.3"
}, },
@ -20163,9 +20164,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan-doctrine/issues", "issues": "https://github.com/phpstan/phpstan-doctrine/issues",
"source": "https://github.com/phpstan/phpstan-doctrine/tree/2.0.21" "source": "https://github.com/phpstan/phpstan-doctrine/tree/2.0.22"
}, },
"time": "2026-04-17T13:00:39+00:00" "time": "2026-05-09T08:10:48+00:00"
}, },
{ {
"name": "phpstan/phpstan-strict-rules", "name": "phpstan/phpstan-strict-rules",
@ -20220,16 +20221,16 @@
}, },
{ {
"name": "phpstan/phpstan-symfony", "name": "phpstan/phpstan-symfony",
"version": "2.0.15", "version": "2.0.17",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-symfony.git", "url": "https://github.com/phpstan/phpstan-symfony.git",
"reference": "9b85ab476969b87bbe2253b69e265a9359b2f395" "reference": "fdd0cb5f08d1980c612d6f259d825ea644ed03f4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/9b85ab476969b87bbe2253b69e265a9359b2f395", "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/fdd0cb5f08d1980c612d6f259d825ea644ed03f4",
"reference": "9b85ab476969b87bbe2253b69e265a9359b2f395", "reference": "fdd0cb5f08d1980c612d6f259d825ea644ed03f4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -20288,9 +20289,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/phpstan/phpstan-symfony/issues", "issues": "https://github.com/phpstan/phpstan-symfony/issues",
"source": "https://github.com/phpstan/phpstan-symfony/tree/2.0.15" "source": "https://github.com/phpstan/phpstan-symfony/tree/2.0.17"
}, },
"time": "2026-02-26T10:15:59+00:00" "time": "2026-05-10T08:14:07+00:00"
}, },
{ {
"name": "phpunit/php-code-coverage", "name": "phpunit/php-code-coverage",
@ -20815,12 +20816,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git", "url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "de95f6d567110e037eddcefa3d0d8f22d75d4053" "reference": "5a7fa9fd3ce6eefbc9b982d6c78d0aa15d328d6c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/de95f6d567110e037eddcefa3d0d8f22d75d4053", "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/5a7fa9fd3ce6eefbc9b982d6c78d0aa15d328d6c",
"reference": "de95f6d567110e037eddcefa3d0d8f22d75d4053", "reference": "5a7fa9fd3ce6eefbc9b982d6c78d0aa15d328d6c",
"shasum": "" "shasum": ""
}, },
"conflict": { "conflict": {
@ -20887,7 +20888,7 @@
"backpack/filemanager": "<2.0.2|>=3,<3.0.9", "backpack/filemanager": "<2.0.2|>=3,<3.0.9",
"bacula-web/bacula-web": "<9.7.1", "bacula-web/bacula-web": "<9.7.1",
"badaso/core": "<=2.9.11", "badaso/core": "<=2.9.11",
"bagisto/bagisto": "<2.3.10", "bagisto/bagisto": "<=2.3.15",
"barrelstrength/sprout-base-email": "<1.2.7", "barrelstrength/sprout-base-email": "<1.2.7",
"barrelstrength/sprout-forms": "<3.9", "barrelstrength/sprout-forms": "<3.9",
"barryvdh/laravel-translation-manager": "<0.6.8", "barryvdh/laravel-translation-manager": "<0.6.8",
@ -21088,7 +21089,7 @@
"ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15", "ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15",
"ezyang/htmlpurifier": "<=4.2", "ezyang/htmlpurifier": "<=4.2",
"facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2", "facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
"facturascripts/facturascripts": "<2025.81", "facturascripts/facturascripts": "<=2025.92|>=2026,<=2026.1",
"fastly/magento2": "<1.2.26", "fastly/magento2": "<1.2.26",
"feehi/cms": "<=2.1.1", "feehi/cms": "<=2.1.1",
"feehi/feehicms": "<=2.1.1", "feehi/feehicms": "<=2.1.1",
@ -21111,6 +21112,7 @@
"flarum/nicknames": "<1.8.3", "flarum/nicknames": "<1.8.3",
"flarum/sticky": ">=0.1.0.0-beta14,<=0.1.0.0-beta15", "flarum/sticky": ">=0.1.0.0-beta14,<=0.1.0.0-beta15",
"flarum/tags": "<=0.1.0.0-beta13", "flarum/tags": "<=0.1.0.0-beta13",
"flightphp/core": "<3.18.1",
"floriangaerber/magnesium": "<0.3.1", "floriangaerber/magnesium": "<0.3.1",
"fluidtypo3/vhs": "<5.1.1", "fluidtypo3/vhs": "<5.1.1",
"fof/byobu": ">=0.3.0.0-beta2,<1.1.7", "fof/byobu": ">=0.3.0.0-beta2,<1.1.7",
@ -21134,7 +21136,7 @@
"froxlor/froxlor": "<2.3.6", "froxlor/froxlor": "<2.3.6",
"frozennode/administrator": "<=5.0.12", "frozennode/administrator": "<=5.0.12",
"fuel/core": "<1.8.1", "fuel/core": "<1.8.1",
"funadmin/funadmin": "<=7.1.0.0-RC4", "funadmin/funadmin": "<=7.1.0.0-RC6",
"gaoming13/wechat-php-sdk": "<=1.10.2", "gaoming13/wechat-php-sdk": "<=1.10.2",
"genix/cms": "<=1.1.11", "genix/cms": "<=1.1.11",
"georgringer/news": "<1.3.3", "georgringer/news": "<1.3.3",
@ -21142,6 +21144,7 @@
"getformwork/formwork": "<=2.3.3", "getformwork/formwork": "<=2.3.3",
"getgrav/grav": "<2.0.0.0-beta4", "getgrav/grav": "<2.0.0.0-beta4",
"getgrav/grav-plugin-api": "<1.0.0.0-beta15", "getgrav/grav-plugin-api": "<1.0.0.0-beta15",
"getgrav/grav-plugin-form": "<9.1",
"getkirby/cms": "<4.9|>=5,<5.4", "getkirby/cms": "<4.9|>=5,<5.4",
"getkirby/kirby": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1", "getkirby/kirby": "<3.9.8.3-dev|>=3.10,<3.10.1.2-dev|>=4,<4.7.1",
"getkirby/panel": "<2.5.14", "getkirby/panel": "<2.5.14",
@ -21201,6 +21204,7 @@
"innologi/typo3-appointments": "<2.0.6", "innologi/typo3-appointments": "<2.0.6",
"intelliants/subrion": "<4.2.2", "intelliants/subrion": "<4.2.2",
"inter-mediator/inter-mediator": "==5.5", "inter-mediator/inter-mediator": "==5.5",
"intercom/intercom-php": "==5.0.2",
"invoiceninja/invoiceninja": "<5.13.4", "invoiceninja/invoiceninja": "<5.13.4",
"ipl/web": "<=0.13", "ipl/web": "<=0.13",
"islandora/crayfish": "<4.1", "islandora/crayfish": "<4.1",
@ -21333,6 +21337,7 @@
"miniorange/miniorange-saml": "<1.4.3", "miniorange/miniorange-saml": "<1.4.3",
"miraheze/ts-portal": "<=33", "miraheze/ts-portal": "<=33",
"mittwald/typo3_forum": "<1.2.1", "mittwald/typo3_forum": "<1.2.1",
"mix/mix": ">=2,<=2.2.17",
"mobiledetect/mobiledetectlib": "<2.8.32", "mobiledetect/mobiledetectlib": "<2.8.32",
"modx/revolution": "<=3.1", "modx/revolution": "<=3.1",
"mojo42/jirafeau": "<4.4", "mojo42/jirafeau": "<4.4",
@ -21472,7 +21477,7 @@
"prestashop/blockwishlist": ">=2,<2.1.1", "prestashop/blockwishlist": ">=2,<2.1.1",
"prestashop/contactform": ">=1.0.1,<4.3", "prestashop/contactform": ">=1.0.1,<4.3",
"prestashop/gamification": "<2.3.2", "prestashop/gamification": "<2.3.2",
"prestashop/prestashop": "<8.2.5|>=9.0.0.0-alpha1,<9.1", "prestashop/prestashop": "<8.2.6|>=9,<9.1.1",
"prestashop/productcomments": "<5.0.2", "prestashop/productcomments": "<5.0.2",
"prestashop/ps_checkout": "<5.3", "prestashop/ps_checkout": "<5.3",
"prestashop/ps_contactinfo": "<=3.3.2", "prestashop/ps_contactinfo": "<=3.3.2",
@ -21575,7 +21580,7 @@
"slim/slim": "<2.6", "slim/slim": "<2.6",
"slub/slub-events": "<3.0.3", "slub/slub-events": "<3.0.3",
"smarty/smarty": "<4.5.3|>=5,<5.1.1", "smarty/smarty": "<4.5.3|>=5,<5.1.1",
"snipe/snipe-it": "<8.3.7", "snipe/snipe-it": "<8.4.1",
"socalnick/scn-social-auth": "<1.15.2", "socalnick/scn-social-auth": "<1.15.2",
"socialiteproviders/steam": "<1.1", "socialiteproviders/steam": "<1.1",
"solspace/craft-freeform": "<4.1.29|>=5,<=5.14.6", "solspace/craft-freeform": "<4.1.29|>=5,<=5.14.6",
@ -21740,7 +21745,7 @@
"wallabag/wallabag": "<2.6.11", "wallabag/wallabag": "<2.6.11",
"wanglelecc/laracms": "<=1.0.3", "wanglelecc/laracms": "<=1.0.3",
"wapplersystems/a21glossary": "<=0.4.10", "wapplersystems/a21glossary": "<=0.4.10",
"web-auth/webauthn-framework": ">=3.3,<3.3.4|>=4.5,<4.9|>=5.2,<5.2.4", "web-auth/webauthn-framework": ">=3.3,<3.3.4|>=4.5,<4.9|>=5.2,<5.2.4|>=5.3,<5.3.1",
"web-auth/webauthn-lib": ">=4.5,<4.9|>=5.2,<5.2.4", "web-auth/webauthn-lib": ">=4.5,<4.9|>=5.2,<5.2.4",
"web-auth/webauthn-symfony-bundle": ">=5.2,<5.2.4", "web-auth/webauthn-symfony-bundle": ">=5.2,<5.2.4",
"web-feet/coastercms": "==5.5", "web-feet/coastercms": "==5.5",
@ -21869,7 +21874,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2026-05-06T21:27:25+00:00" "time": "2026-05-08T23:22:52+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",