Updated dependencies

This commit is contained in:
Jan Böhmer 2024-03-23 20:45:09 +01:00
parent 96f5b2beab
commit 9b8d4c518a
2 changed files with 859 additions and 867 deletions

203
composer.lock generated
View file

@ -1102,16 +1102,16 @@
}, },
{ {
"name": "doctrine/doctrine-bundle", "name": "doctrine/doctrine-bundle",
"version": "2.11.3", "version": "2.12.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/DoctrineBundle.git", "url": "https://github.com/doctrine/DoctrineBundle.git",
"reference": "492725310ae9a1b5b20d6ae09fb5ae6404616e68" "reference": "5418e811a14724068e95e0ba43353b903ada530f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/492725310ae9a1b5b20d6ae09fb5ae6404616e68", "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/5418e811a14724068e95e0ba43353b903ada530f",
"reference": "492725310ae9a1b5b20d6ae09fb5ae6404616e68", "reference": "5418e811a14724068e95e0ba43353b903ada530f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1149,6 +1149,7 @@
"symfony/property-info": "^5.4 || ^6.0 || ^7.0", "symfony/property-info": "^5.4 || ^6.0 || ^7.0",
"symfony/proxy-manager-bridge": "^5.4 || ^6.0 || ^7.0", "symfony/proxy-manager-bridge": "^5.4 || ^6.0 || ^7.0",
"symfony/security-bundle": "^5.4 || ^6.0 || ^7.0", "symfony/security-bundle": "^5.4 || ^6.0 || ^7.0",
"symfony/stopwatch": "^5.4 || ^6.0 || ^7.0",
"symfony/string": "^5.4 || ^6.0 || ^7.0", "symfony/string": "^5.4 || ^6.0 || ^7.0",
"symfony/twig-bridge": "^5.4 || ^6.0 || ^7.0", "symfony/twig-bridge": "^5.4 || ^6.0 || ^7.0",
"symfony/validator": "^5.4 || ^6.0 || ^7.0", "symfony/validator": "^5.4 || ^6.0 || ^7.0",
@ -1166,7 +1167,7 @@
"type": "symfony-bundle", "type": "symfony-bundle",
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Doctrine\\Bundle\\DoctrineBundle\\": "" "Doctrine\\Bundle\\DoctrineBundle\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -1201,7 +1202,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/DoctrineBundle/issues", "issues": "https://github.com/doctrine/DoctrineBundle/issues",
"source": "https://github.com/doctrine/DoctrineBundle/tree/2.11.3" "source": "https://github.com/doctrine/DoctrineBundle/tree/2.12.0"
}, },
"funding": [ "funding": [
{ {
@ -1217,7 +1218,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-02-10T20:56:20+00:00" "time": "2024-03-19T07:20:37+00:00"
}, },
{ {
"name": "doctrine/doctrine-migrations-bundle", "name": "doctrine/doctrine-migrations-bundle",
@ -1744,16 +1745,16 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "2.19.0", "version": "2.19.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/orm.git", "url": "https://github.com/doctrine/orm.git",
"reference": "a809a71aa6a233a6c82e68ebaaf8954adc4998dc" "reference": "1a5a4c674a416b4fdf76833c627c5e7f58bbb890"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/a809a71aa6a233a6c82e68ebaaf8954adc4998dc", "url": "https://api.github.com/repos/doctrine/orm/zipball/1a5a4c674a416b4fdf76833c627c5e7f58bbb890",
"reference": "a809a71aa6a233a6c82e68ebaaf8954adc4998dc", "reference": "1a5a4c674a416b4fdf76833c627c5e7f58bbb890",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1839,9 +1840,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/orm/issues", "issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.19.0" "source": "https://github.com/doctrine/orm/tree/2.19.3"
}, },
"time": "2024-03-03T17:43:41+00:00" "time": "2024-03-21T11:01:42+00:00"
}, },
{ {
"name": "doctrine/persistence", "name": "doctrine/persistence",
@ -2056,7 +2057,7 @@
"issues": "https://github.com/dompdf/dompdf/issues", "issues": "https://github.com/dompdf/dompdf/issues",
"source": "https://github.com/dompdf/dompdf/tree/master" "source": "https://github.com/dompdf/dompdf/tree/master"
}, },
"time": "2024-02-26T13:22:29+00:00" "time": "2024-03-18T15:39:55+00:00"
}, },
{ {
"name": "egulias/email-validator", "name": "egulias/email-validator",
@ -2378,16 +2379,16 @@
}, },
{ {
"name": "friendsofphp/proxy-manager-lts", "name": "friendsofphp/proxy-manager-lts",
"version": "v1.0.16", "version": "v1.0.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git", "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
"reference": "ecadbdc9052e4ad08c60c8a02268712e50427f7c" "reference": "2c8a6cffc3220e99352ad958fe7cf06bf6f7690f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/ecadbdc9052e4ad08c60c8a02268712e50427f7c", "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/2c8a6cffc3220e99352ad958fe7cf06bf6f7690f",
"reference": "ecadbdc9052e4ad08c60c8a02268712e50427f7c", "reference": "2c8a6cffc3220e99352ad958fe7cf06bf6f7690f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2444,7 +2445,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues", "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
"source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.16" "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.18"
}, },
"funding": [ "funding": [
{ {
@ -2456,7 +2457,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-05-24T07:17:17+00:00" "time": "2024-03-20T12:50:41+00:00"
}, },
{ {
"name": "gregwar/captcha", "name": "gregwar/captcha",
@ -4482,16 +4483,16 @@
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
"version": "v4.19.0", "version": "v4.19.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/nikic/PHP-Parser.git", "url": "https://github.com/nikic/PHP-Parser.git",
"reference": "32cdab9a034239a8f57ae0e9a15bada4bd9747bf" "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/32cdab9a034239a8f57ae0e9a15bada4bd9747bf", "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4e1b88d21c69391150ace211e9eaf05810858d0b",
"reference": "32cdab9a034239a8f57ae0e9a15bada4bd9747bf", "reference": "4e1b88d21c69391150ace211e9eaf05810858d0b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4532,9 +4533,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/nikic/PHP-Parser/issues", "issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v4.19.0" "source": "https://github.com/nikic/PHP-Parser/tree/v4.19.1"
}, },
"time": "2024-03-16T14:49:31+00:00" "time": "2024-03-17T08:10:35+00:00"
}, },
{ {
"name": "nikolaposa/version", "name": "nikolaposa/version",
@ -5819,16 +5820,16 @@
}, },
{ {
"name": "phpstan/phpdoc-parser", "name": "phpstan/phpdoc-parser",
"version": "1.26.0", "version": "1.27.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpdoc-parser.git", "url": "https://github.com/phpstan/phpdoc-parser.git",
"reference": "231e3186624c03d7e7c890ec662b81e6b0405227" "reference": "86e4d5a4b036f8f0be1464522f4c6b584c452757"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/231e3186624c03d7e7c890ec662b81e6b0405227", "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/86e4d5a4b036f8f0be1464522f4c6b584c452757",
"reference": "231e3186624c03d7e7c890ec662b81e6b0405227", "reference": "86e4d5a4b036f8f0be1464522f4c6b584c452757",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -5860,9 +5861,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/1.26.0" "source": "https://github.com/phpstan/phpdoc-parser/tree/1.27.0"
}, },
"time": "2024-02-23T16:05:55+00:00" "time": "2024-03-21T13:14:53+00:00"
}, },
{ {
"name": "psr/cache", "name": "psr/cache",
@ -14140,16 +14141,16 @@
}, },
{ {
"name": "web-auth/metadata-service", "name": "web-auth/metadata-service",
"version": "4.8.2", "version": "4.8.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-auth/webauthn-metadata-service.git", "url": "https://github.com/web-auth/webauthn-metadata-service.git",
"reference": "024df5fb26166adf388dea697d2826ae5a6001cf" "reference": "fb7c1f107639285fab90f870aab38360252c82f5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/024df5fb26166adf388dea697d2826ae5a6001cf", "url": "https://api.github.com/repos/web-auth/webauthn-metadata-service/zipball/fb7c1f107639285fab90f870aab38360252c82f5",
"reference": "024df5fb26166adf388dea697d2826ae5a6001cf", "reference": "fb7c1f107639285fab90f870aab38360252c82f5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -14208,7 +14209,7 @@
"webauthn" "webauthn"
], ],
"support": { "support": {
"source": "https://github.com/web-auth/webauthn-metadata-service/tree/4.8.2" "source": "https://github.com/web-auth/webauthn-metadata-service/tree/4.8.3"
}, },
"funding": [ "funding": [
{ {
@ -14220,20 +14221,20 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2024-02-26T07:58:15+00:00" "time": "2024-03-13T07:16:02+00:00"
}, },
{ {
"name": "web-auth/webauthn-lib", "name": "web-auth/webauthn-lib",
"version": "4.8.2", "version": "4.8.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-auth/webauthn-lib.git", "url": "https://github.com/web-auth/webauthn-lib.git",
"reference": "abac08104bbbbdef01ace704c90ff8290696e47f" "reference": "d296fde8450ce6972c54315a70e32159cad7e35b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/abac08104bbbbdef01ace704c90ff8290696e47f", "url": "https://api.github.com/repos/web-auth/webauthn-lib/zipball/d296fde8450ce6972c54315a70e32159cad7e35b",
"reference": "abac08104bbbbdef01ace704c90ff8290696e47f", "reference": "d296fde8450ce6972c54315a70e32159cad7e35b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -14294,7 +14295,7 @@
"webauthn" "webauthn"
], ],
"support": { "support": {
"source": "https://github.com/web-auth/webauthn-lib/tree/4.8.2" "source": "https://github.com/web-auth/webauthn-lib/tree/4.8.3"
}, },
"funding": [ "funding": [
{ {
@ -14306,11 +14307,11 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2024-02-26T19:17:26+00:00" "time": "2024-03-22T20:51:36+00:00"
}, },
{ {
"name": "web-auth/webauthn-symfony-bundle", "name": "web-auth/webauthn-symfony-bundle",
"version": "4.8.2", "version": "4.8.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-auth/webauthn-symfony-bundle.git", "url": "https://github.com/web-auth/webauthn-symfony-bundle.git",
@ -14379,7 +14380,7 @@
"webauthn" "webauthn"
], ],
"support": { "support": {
"source": "https://github.com/web-auth/webauthn-symfony-bundle/tree/4.8.2" "source": "https://github.com/web-auth/webauthn-symfony-bundle/tree/4.8.3"
}, },
"funding": [ "funding": [
{ {
@ -14395,16 +14396,16 @@
}, },
{ {
"name": "web-token/jwt-library", "name": "web-token/jwt-library",
"version": "3.3.1", "version": "3.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/web-token/jwt-library.git", "url": "https://github.com/web-token/jwt-library.git",
"reference": "37a0665d89865d09579e484e5d7d70950d079198" "reference": "d8a14edb42fab6f172bddff469b200e816a7b074"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-library/zipball/37a0665d89865d09579e484e5d7d70950d079198", "url": "https://api.github.com/repos/web-token/jwt-library/zipball/d8a14edb42fab6f172bddff469b200e816a7b074",
"reference": "37a0665d89865d09579e484e5d7d70950d079198", "reference": "d8a14edb42fab6f172bddff469b200e816a7b074",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -14476,7 +14477,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/web-token/jwt-library/issues", "issues": "https://github.com/web-token/jwt-library/issues",
"source": "https://github.com/web-token/jwt-library/tree/3.3.1" "source": "https://github.com/web-token/jwt-library/tree/3.3.3"
}, },
"funding": [ "funding": [
{ {
@ -14488,7 +14489,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2024-02-28T09:04:35+00:00" "time": "2024-03-23T18:02:49+00:00"
}, },
{ {
"name": "webmozart/assert", "name": "webmozart/assert",
@ -14608,16 +14609,16 @@
"packages-dev": [ "packages-dev": [
{ {
"name": "amphp/amp", "name": "amphp/amp",
"version": "v2.6.2", "version": "v2.6.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/amphp/amp.git", "url": "https://github.com/amphp/amp.git",
"reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb" "reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/amphp/amp/zipball/9d5100cebffa729aaffecd3ad25dc5aeea4f13bb", "url": "https://api.github.com/repos/amphp/amp/zipball/ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
"reference": "9d5100cebffa729aaffecd3ad25dc5aeea4f13bb", "reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -14629,8 +14630,8 @@
"ext-json": "*", "ext-json": "*",
"jetbrains/phpstorm-stubs": "^2019.3", "jetbrains/phpstorm-stubs": "^2019.3",
"phpunit/phpunit": "^7 | ^8 | ^9", "phpunit/phpunit": "^7 | ^8 | ^9",
"psalm/phar": "^3.11@dev", "react/promise": "^2",
"react/promise": "^2" "vimeo/psalm": "^3.12"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -14685,7 +14686,7 @@
"support": { "support": {
"irc": "irc://irc.freenode.org/amphp", "irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/amp/issues", "issues": "https://github.com/amphp/amp/issues",
"source": "https://github.com/amphp/amp/tree/v2.6.2" "source": "https://github.com/amphp/amp/tree/v2.6.4"
}, },
"funding": [ "funding": [
{ {
@ -14693,7 +14694,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2022-02-20T17:52:18+00:00" "time": "2024-03-21T18:52:26+00:00"
}, },
{ {
"name": "amphp/byte-stream", "name": "amphp/byte-stream",
@ -14774,16 +14775,16 @@
}, },
{ {
"name": "composer/pcre", "name": "composer/pcre",
"version": "3.1.2", "version": "3.1.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/composer/pcre.git", "url": "https://github.com/composer/pcre.git",
"reference": "4775f35b2d70865807c89d32c8e7385b86eb0ace" "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/composer/pcre/zipball/4775f35b2d70865807c89d32c8e7385b86eb0ace", "url": "https://api.github.com/repos/composer/pcre/zipball/5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
"reference": "4775f35b2d70865807c89d32c8e7385b86eb0ace", "reference": "5b16e25a5355f1f3afdfc2f954a0a80aec4826a8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -14825,7 +14826,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/composer/pcre/issues", "issues": "https://github.com/composer/pcre/issues",
"source": "https://github.com/composer/pcre/tree/3.1.2" "source": "https://github.com/composer/pcre/tree/3.1.3"
}, },
"funding": [ "funding": [
{ {
@ -14841,7 +14842,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-03-07T15:38:35+00:00" "time": "2024-03-19T10:26:25+00:00"
}, },
{ {
"name": "composer/semver", "name": "composer/semver",
@ -15683,16 +15684,16 @@
}, },
{ {
"name": "phpstan/phpstan", "name": "phpstan/phpstan",
"version": "1.10.62", "version": "1.10.65",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan.git", "url": "https://github.com/phpstan/phpstan.git",
"reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9" "reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/cd5c8a1660ed3540b211407c77abf4af193a6af9", "url": "https://api.github.com/repos/phpstan/phpstan/zipball/3c657d057a0b7ecae19cb12db446bbc99d8839c6",
"reference": "cd5c8a1660ed3540b211407c77abf4af193a6af9", "reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -15741,25 +15742,25 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-03-13T12:27:20+00:00" "time": "2024-03-23T10:30:26+00:00"
}, },
{ {
"name": "phpstan/phpstan-doctrine", "name": "phpstan/phpstan-doctrine",
"version": "1.3.62", "version": "1.3.64",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/phpstan/phpstan-doctrine.git", "url": "https://github.com/phpstan/phpstan-doctrine.git",
"reference": "f3abbd8e93e12fed8091be3aeec216b06bed0950" "reference": "f42828ad684e026054c3d94161d89870150bc3da"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f3abbd8e93e12fed8091be3aeec216b06bed0950", "url": "https://api.github.com/repos/phpstan/phpstan-doctrine/zipball/f42828ad684e026054c3d94161d89870150bc3da",
"reference": "f3abbd8e93e12fed8091be3aeec216b06bed0950", "reference": "f42828ad684e026054c3d94161d89870150bc3da",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.2 || ^8.0", "php": "^7.2 || ^8.0",
"phpstan/phpstan": "^1.10.48" "phpstan/phpstan": "^1.10.64"
}, },
"conflict": { "conflict": {
"doctrine/collections": "<1.0", "doctrine/collections": "<1.0",
@ -15811,9 +15812,9 @@
"description": "Doctrine extensions for PHPStan", "description": "Doctrine extensions for PHPStan",
"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/1.3.62" "source": "https://github.com/phpstan/phpstan-doctrine/tree/1.3.64"
}, },
"time": "2024-02-12T11:52:17+00:00" "time": "2024-03-21T10:19:51+00:00"
}, },
{ {
"name": "phpstan/phpstan-strict-rules", "name": "phpstan/phpstan-strict-rules",
@ -16257,16 +16258,16 @@
}, },
{ {
"name": "phpunit/phpunit", "name": "phpunit/phpunit",
"version": "9.6.17", "version": "9.6.18",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git", "url": "https://github.com/sebastianbergmann/phpunit.git",
"reference": "1a156980d78a6666721b7e8e8502fe210b587fcd" "reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1a156980d78a6666721b7e8e8502fe210b587fcd", "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
"reference": "1a156980d78a6666721b7e8e8502fe210b587fcd", "reference": "32c2c2d6580b1d8ab3c10b1e9e4dc263cc69bb04",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -16340,7 +16341,7 @@
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues", "issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy", "security": "https://github.com/sebastianbergmann/phpunit/security/policy",
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.17" "source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.18"
}, },
"funding": [ "funding": [
{ {
@ -16356,7 +16357,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-02-23T13:14:51+00:00" "time": "2024-03-21T12:07:32+00:00"
}, },
{ {
"name": "psalm/plugin-symfony", "name": "psalm/plugin-symfony",
@ -16485,12 +16486,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git", "url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "eedc674d89085b0199bd96bfad410404fb2f5dbf" "reference": "d2b53099f06a627006a0eb3c9dde665140390fc7"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/eedc674d89085b0199bd96bfad410404fb2f5dbf", "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/d2b53099f06a627006a0eb3c9dde665140390fc7",
"reference": "eedc674d89085b0199bd96bfad410404fb2f5dbf", "reference": "d2b53099f06a627006a0eb3c9dde665140390fc7",
"shasum": "" "shasum": ""
}, },
"conflict": { "conflict": {
@ -16544,7 +16545,7 @@
"bolt/bolt": "<3.7.2", "bolt/bolt": "<3.7.2",
"bolt/core": "<=4.2", "bolt/core": "<=4.2",
"bottelet/flarepoint": "<2.2.1", "bottelet/flarepoint": "<2.2.1",
"bref/bref": "<2.1.13", "bref/bref": "<2.1.17",
"brightlocal/phpwhois": "<=4.2.5", "brightlocal/phpwhois": "<=4.2.5",
"brotkrueml/codehighlight": "<2.7", "brotkrueml/codehighlight": "<2.7",
"brotkrueml/schema": "<1.13.1|>=2,<2.5.1", "brotkrueml/schema": "<1.13.1|>=2,<2.5.1",
@ -16636,7 +16637,7 @@
"ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26", "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26",
"ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1", "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
"ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12", "ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12",
"ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.34", "ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.35",
"ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8", "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
"ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev", "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev",
"ezsystems/ezplatform-solr-search-engine": ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15", "ezsystems/ezplatform-solr-search-engine": ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15",
@ -16673,6 +16674,7 @@
"friendsofsymfony/oauth2-php": "<1.3", "friendsofsymfony/oauth2-php": "<1.3",
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2", "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
"friendsofsymfony/user-bundle": ">=1.2,<1.3.5", "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
"friendsofsymfony1/symfony1": ">=1.1,<1.5.19",
"friendsoftypo3/mediace": ">=7.6.2,<7.6.5", "friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
"friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6", "friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
"froala/wysiwyg-editor": "<3.2.7|>=4.0.1,<=4.1.1", "froala/wysiwyg-editor": "<3.2.7|>=4.0.1,<=4.1.1",
@ -16681,7 +16683,7 @@
"funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3", "funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3",
"gaoming13/wechat-php-sdk": "<=1.10.2", "gaoming13/wechat-php-sdk": "<=1.10.2",
"genix/cms": "<=1.1.11", "genix/cms": "<=1.1.11",
"getgrav/grav": "<1.7.44", "getgrav/grav": "<1.7.45",
"getkirby/cms": "<4.1.1", "getkirby/cms": "<4.1.1",
"getkirby/kirby": "<=2.5.12", "getkirby/kirby": "<=2.5.12",
"getkirby/panel": "<2.5.14", "getkirby/panel": "<2.5.14",
@ -16709,13 +16711,14 @@
"httpsoft/http-message": "<1.0.12", "httpsoft/http-message": "<1.0.12",
"hyn/multi-tenant": ">=5.6,<5.7.2", "hyn/multi-tenant": ">=5.6,<5.7.2",
"ibexa/admin-ui": ">=4.2,<4.2.3", "ibexa/admin-ui": ">=4.2,<4.2.3",
"ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3|>=4.5,<4.5.4", "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3|>=4.5,<4.5.6|>=4.6,<4.6.2",
"ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3", "ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3",
"ibexa/post-install": "<=1.0.4", "ibexa/post-install": "<=1.0.4",
"ibexa/solr": ">=4.5,<4.5.4", "ibexa/solr": ">=4.5,<4.5.4",
"ibexa/user": ">=4,<4.4.3", "ibexa/user": ">=4,<4.4.3",
"icecoder/icecoder": "<=8.1", "icecoder/icecoder": "<=8.1",
"idno/known": "<=1.3.1", "idno/known": "<=1.3.1",
"ilicmiljan/secure-props": ">=1.2,<1.2.2",
"illuminate/auth": "<5.5.10", "illuminate/auth": "<5.5.10",
"illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4", "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4",
"illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40", "illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
@ -16776,7 +16779,7 @@
"liftkit/database": "<2.13.2", "liftkit/database": "<2.13.2",
"limesurvey/limesurvey": "<3.27.19", "limesurvey/limesurvey": "<3.27.19",
"livehelperchat/livehelperchat": "<=3.91", "livehelperchat/livehelperchat": "<=3.91",
"livewire/livewire": ">2.2.4,<2.2.6", "livewire/livewire": ">2.2.4,<2.2.6|>=3.3.5,<3.4.9",
"lms/routes": "<2.1.1", "lms/routes": "<2.1.1",
"localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2", "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
"luyadev/yii-helpers": "<1.2.1", "luyadev/yii-helpers": "<1.2.1",
@ -16811,7 +16814,7 @@
"mojo42/jirafeau": "<4.4", "mojo42/jirafeau": "<4.4",
"mongodb/mongodb": ">=1,<1.9.2", "mongodb/mongodb": ">=1,<1.9.2",
"monolog/monolog": ">=1.8,<1.12", "monolog/monolog": ">=1.8,<1.12",
"moodle/moodle": "<4.3.3", "moodle/moodle": "<=4.3.3",
"mos/cimage": "<0.7.19", "mos/cimage": "<0.7.19",
"movim/moxl": ">=0.8,<=0.10", "movim/moxl": ">=0.8,<=0.10",
"mpdf/mpdf": "<=7.1.7", "mpdf/mpdf": "<=7.1.7",
@ -17217,7 +17220,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-03-13T21:04:41+00:00" "time": "2024-03-22T21:04:47+00:00"
}, },
{ {
"name": "sebastian/cli-parser", "name": "sebastian/cli-parser",
@ -18456,16 +18459,16 @@
}, },
{ {
"name": "symfony/maker-bundle", "name": "symfony/maker-bundle",
"version": "v1.56.0", "version": "v1.57.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/maker-bundle.git", "url": "https://github.com/symfony/maker-bundle.git",
"reference": "bbb7949ae048363df7c8439abeddef8befd155ce" "reference": "2c90181911241648356b828b86b04fe3571aca0b"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/maker-bundle/zipball/bbb7949ae048363df7c8439abeddef8befd155ce", "url": "https://api.github.com/repos/symfony/maker-bundle/zipball/2c90181911241648356b828b86b04fe3571aca0b",
"reference": "bbb7949ae048363df7c8439abeddef8befd155ce", "reference": "2c90181911241648356b828b86b04fe3571aca0b",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -18528,7 +18531,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/symfony/maker-bundle/issues", "issues": "https://github.com/symfony/maker-bundle/issues",
"source": "https://github.com/symfony/maker-bundle/tree/v1.56.0" "source": "https://github.com/symfony/maker-bundle/tree/v1.57.0"
}, },
"funding": [ "funding": [
{ {
@ -18544,7 +18547,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-03-04T13:36:45+00:00" "time": "2024-03-22T12:00:21+00:00"
}, },
{ {
"name": "symfony/phpunit-bridge", "name": "symfony/phpunit-bridge",

1523
yarn.lock

File diff suppressed because it is too large Load diff