Upgraded dependencies.

This commit is contained in:
Jan Böhmer 2023-02-11 22:19:56 +01:00
parent 266ffe3fec
commit 5cc726e045
3 changed files with 370 additions and 360 deletions

177
composer.lock generated
View file

@ -667,16 +667,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.5.4",
"version": "3.6.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "e0021572bcb343e6fa51bbed8280392c863e1750"
"reference": "85b98cb23c8af471a67abfe14485da696bcabc2e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/e0021572bcb343e6fa51bbed8280392c863e1750",
"reference": "e0021572bcb343e6fa51bbed8280392c863e1750",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/85b98cb23c8af471a67abfe14485da696bcabc2e",
"reference": "85b98cb23c8af471a67abfe14485da696bcabc2e",
"shasum": ""
},
"require": {
@ -759,7 +759,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.5.4"
"source": "https://github.com/doctrine/dbal/tree/3.6.0"
},
"funding": [
{
@ -775,7 +775,7 @@
"type": "tidelift"
}
],
"time": "2023-02-07T19:48:47+00:00"
"time": "2023-02-07T22:52:03+00:00"
},
{
"name": "doctrine/deprecations",
@ -3926,38 +3926,44 @@
},
{
"name": "php-http/discovery",
"version": "1.14.3",
"version": "1.15.2",
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
"reference": "31d8ee46d0215108df16a8527c7438e96a4d7735"
"reference": "5cc428320191ac1d0b6520034c2dc0698628ced5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/discovery/zipball/31d8ee46d0215108df16a8527c7438e96a4d7735",
"reference": "31d8ee46d0215108df16a8527c7438e96a4d7735",
"url": "https://api.github.com/repos/php-http/discovery/zipball/5cc428320191ac1d0b6520034c2dc0698628ced5",
"reference": "5cc428320191ac1d0b6520034c2dc0698628ced5",
"shasum": ""
},
"require": {
"composer-plugin-api": "^1.0|^2.0",
"php": "^7.1 || ^8.0"
},
"conflict": {
"nyholm/psr7": "<1.0"
},
"provide": {
"php-http/async-client-implementation": "*",
"php-http/client-implementation": "*",
"psr/http-client-implementation": "*",
"psr/http-factory-implementation": "*",
"psr/http-message-implementation": "*"
},
"require-dev": {
"composer/composer": "^1.0.2|^2.0",
"graham-campbell/phpspec-skip-example-extension": "^5.0",
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0",
"phpspec/phpspec": "^5.1 || ^6.1"
"phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
"symfony/phpunit-bridge": "^6.2"
},
"suggest": {
"php-http/message": "Allow to use Guzzle, Diactoros or Slim Framework factories"
},
"type": "library",
"type": "composer-plugin",
"extra": {
"branch-alias": {
"dev-master": "1.9-dev"
}
"class": "Http\\Discovery\\Composer\\Plugin",
"plugin-optional": true
},
"autoload": {
"psr-4": {
@ -3974,7 +3980,7 @@
"email": "mark.sagikazar@gmail.com"
}
],
"description": "Finds installed HTTPlug implementations and PSR-7 message factories",
"description": "Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations",
"homepage": "http://php-http.org",
"keywords": [
"adapter",
@ -3983,13 +3989,14 @@
"factory",
"http",
"message",
"psr17",
"psr7"
],
"support": {
"issues": "https://github.com/php-http/discovery/issues",
"source": "https://github.com/php-http/discovery/tree/1.14.3"
"source": "https://github.com/php-http/discovery/tree/1.15.2"
},
"time": "2022-07-11T14:04:40+00:00"
"time": "2023-02-11T08:28:41+00:00"
},
{
"name": "php-http/httplug",
@ -5294,16 +5301,16 @@
},
{
"name": "s9e/text-formatter",
"version": "2.13.0",
"version": "2.13.1",
"source": {
"type": "git",
"url": "https://github.com/s9e/TextFormatter.git",
"reference": "eb608586bef442a91a009bff6f0a685a0be9f1a3"
"reference": "bbd9e34e9c30d5daeb780f115fe69cd81dd9c352"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/eb608586bef442a91a009bff6f0a685a0be9f1a3",
"reference": "eb608586bef442a91a009bff6f0a685a0be9f1a3",
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/bbd9e34e9c30d5daeb780f115fe69cd81dd9c352",
"reference": "bbd9e34e9c30d5daeb780f115fe69cd81dd9c352",
"shasum": ""
},
"require": {
@ -5317,7 +5324,7 @@
"require-dev": {
"code-lts/doctum": "*",
"matthiasmullie/minify": "*",
"phpunit/phpunit": "*"
"phpunit/phpunit": "^9.5"
},
"suggest": {
"ext-curl": "Improves the performance of the MediaEmbed plugin and some JavaScript minifiers",
@ -5330,7 +5337,7 @@
},
"type": "library",
"extra": {
"version": "2.13.0"
"version": "2.13.1"
},
"autoload": {
"psr-4": {
@ -5362,9 +5369,9 @@
],
"support": {
"issues": "https://github.com/s9e/TextFormatter/issues",
"source": "https://github.com/s9e/TextFormatter/tree/2.13.0"
"source": "https://github.com/s9e/TextFormatter/tree/2.13.1"
},
"time": "2023-01-30T23:39:49+00:00"
"time": "2023-02-11T00:18:05+00:00"
},
{
"name": "sabberworm/php-css-parser",
@ -12269,16 +12276,16 @@
},
{
"name": "twig/cssinliner-extra",
"version": "v3.5.0",
"version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/cssinliner-extra.git",
"reference": "2917fc4a5d4d2a95dcaf79f0c21c0c2a0a30eff4"
"reference": "381877765d17b0178322d68b818e0c67f9c93187"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/cssinliner-extra/zipball/2917fc4a5d4d2a95dcaf79f0c21c0c2a0a30eff4",
"reference": "2917fc4a5d4d2a95dcaf79f0c21c0c2a0a30eff4",
"url": "https://api.github.com/repos/twigphp/cssinliner-extra/zipball/381877765d17b0178322d68b818e0c67f9c93187",
"reference": "381877765d17b0178322d68b818e0c67f9c93187",
"shasum": ""
},
"require": {
@ -12323,7 +12330,7 @@
"twig"
],
"support": {
"source": "https://github.com/twigphp/cssinliner-extra/tree/v3.5.0"
"source": "https://github.com/twigphp/cssinliner-extra/tree/v3.5.1"
},
"funding": [
{
@ -12335,20 +12342,20 @@
"type": "tidelift"
}
],
"time": "2022-12-27T12:23:36+00:00"
"time": "2023-02-08T07:44:55+00:00"
},
{
"name": "twig/extra-bundle",
"version": "v3.5.0",
"version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/twig-extra-bundle.git",
"reference": "edfcdbdc943b52101011d57ec546af393dc56537"
"reference": "a961e553a624eebdbd423ad5ab931497ca6d87cd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/edfcdbdc943b52101011d57ec546af393dc56537",
"reference": "edfcdbdc943b52101011d57ec546af393dc56537",
"url": "https://api.github.com/repos/twigphp/twig-extra-bundle/zipball/a961e553a624eebdbd423ad5ab931497ca6d87cd",
"reference": "a961e553a624eebdbd423ad5ab931497ca6d87cd",
"shasum": ""
},
"require": {
@ -12402,7 +12409,7 @@
"twig"
],
"support": {
"source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.5.0"
"source": "https://github.com/twigphp/twig-extra-bundle/tree/v3.5.1"
},
"funding": [
{
@ -12414,20 +12421,20 @@
"type": "tidelift"
}
],
"time": "2022-12-27T12:23:36+00:00"
"time": "2023-02-08T07:44:55+00:00"
},
{
"name": "twig/html-extra",
"version": "v3.5.0",
"version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/html-extra.git",
"reference": "4b3d75eaae5bb0e3bf8e4a78f2a98af44b9c4497"
"reference": "fc65dafbf8e3e319a8666e5d5437cbd404ecc496"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/html-extra/zipball/4b3d75eaae5bb0e3bf8e4a78f2a98af44b9c4497",
"reference": "4b3d75eaae5bb0e3bf8e4a78f2a98af44b9c4497",
"url": "https://api.github.com/repos/twigphp/html-extra/zipball/fc65dafbf8e3e319a8666e5d5437cbd404ecc496",
"reference": "fc65dafbf8e3e319a8666e5d5437cbd404ecc496",
"shasum": ""
},
"require": {
@ -12471,7 +12478,7 @@
"twig"
],
"support": {
"source": "https://github.com/twigphp/html-extra/tree/v3.5.0"
"source": "https://github.com/twigphp/html-extra/tree/v3.5.1"
},
"funding": [
{
@ -12483,20 +12490,20 @@
"type": "tidelift"
}
],
"time": "2022-12-27T12:23:36+00:00"
"time": "2023-02-08T07:44:55+00:00"
},
{
"name": "twig/inky-extra",
"version": "v3.5.0",
"version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/inky-extra.git",
"reference": "2845c9c7ad25227c3b79285a2421ee9cebbf48e8"
"reference": "4efde499b99942a27e206898e55208a8692c16ca"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/inky-extra/zipball/2845c9c7ad25227c3b79285a2421ee9cebbf48e8",
"reference": "2845c9c7ad25227c3b79285a2421ee9cebbf48e8",
"url": "https://api.github.com/repos/twigphp/inky-extra/zipball/4efde499b99942a27e206898e55208a8692c16ca",
"reference": "4efde499b99942a27e206898e55208a8692c16ca",
"shasum": ""
},
"require": {
@ -12542,7 +12549,7 @@
"twig"
],
"support": {
"source": "https://github.com/twigphp/inky-extra/tree/v3.5.0"
"source": "https://github.com/twigphp/inky-extra/tree/v3.5.1"
},
"funding": [
{
@ -12554,20 +12561,20 @@
"type": "tidelift"
}
],
"time": "2022-12-27T12:23:36+00:00"
"time": "2023-02-08T07:44:55+00:00"
},
{
"name": "twig/intl-extra",
"version": "v3.5.0",
"version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/intl-extra.git",
"reference": "92f2c73471e077d0f72195a331c9a245da2010cd"
"reference": "c3ebfac1624228c0556de57a34af6b7d83a1a408"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/intl-extra/zipball/92f2c73471e077d0f72195a331c9a245da2010cd",
"reference": "92f2c73471e077d0f72195a331c9a245da2010cd",
"url": "https://api.github.com/repos/twigphp/intl-extra/zipball/c3ebfac1624228c0556de57a34af6b7d83a1a408",
"reference": "c3ebfac1624228c0556de57a34af6b7d83a1a408",
"shasum": ""
},
"require": {
@ -12611,7 +12618,7 @@
"twig"
],
"support": {
"source": "https://github.com/twigphp/intl-extra/tree/v3.5.0"
"source": "https://github.com/twigphp/intl-extra/tree/v3.5.1"
},
"funding": [
{
@ -12623,20 +12630,20 @@
"type": "tidelift"
}
],
"time": "2022-12-27T12:23:36+00:00"
"time": "2023-02-08T07:44:55+00:00"
},
{
"name": "twig/markdown-extra",
"version": "v3.5.0",
"version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/markdown-extra.git",
"reference": "cad864a40c914f682ff08d909e6bdebe5c5ed134"
"reference": "9474c89fd2787187a3809e5e964dfce2395ae5f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/cad864a40c914f682ff08d909e6bdebe5c5ed134",
"reference": "cad864a40c914f682ff08d909e6bdebe5c5ed134",
"url": "https://api.github.com/repos/twigphp/markdown-extra/zipball/9474c89fd2787187a3809e5e964dfce2395ae5f0",
"reference": "9474c89fd2787187a3809e5e964dfce2395ae5f0",
"shasum": ""
},
"require": {
@ -12684,7 +12691,7 @@
"twig"
],
"support": {
"source": "https://github.com/twigphp/markdown-extra/tree/v3.5.0"
"source": "https://github.com/twigphp/markdown-extra/tree/v3.5.1"
},
"funding": [
{
@ -12696,20 +12703,20 @@
"type": "tidelift"
}
],
"time": "2022-12-27T12:23:36+00:00"
"time": "2023-02-08T07:44:55+00:00"
},
{
"name": "twig/twig",
"version": "v3.5.0",
"version": "v3.5.1",
"source": {
"type": "git",
"url": "https://github.com/twigphp/Twig.git",
"reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72"
"reference": "a6e0510cc793912b451fd40ab983a1d28f611c15"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/3ffcf4b7d890770466da3b2666f82ac054e7ec72",
"reference": "3ffcf4b7d890770466da3b2666f82ac054e7ec72",
"url": "https://api.github.com/repos/twigphp/Twig/zipball/a6e0510cc793912b451fd40ab983a1d28f611c15",
"reference": "a6e0510cc793912b451fd40ab983a1d28f611c15",
"shasum": ""
},
"require": {
@ -12760,7 +12767,7 @@
],
"support": {
"issues": "https://github.com/twigphp/Twig/issues",
"source": "https://github.com/twigphp/Twig/tree/v3.5.0"
"source": "https://github.com/twigphp/Twig/tree/v3.5.1"
},
"funding": [
{
@ -12772,7 +12779,7 @@
"type": "tidelift"
}
],
"time": "2022-12-27T12:28:18+00:00"
"time": "2023-02-08T07:49:20+00:00"
},
{
"name": "ua-parser/uap-php",
@ -14296,16 +14303,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.9.16",
"version": "1.9.17",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "922e2689bb180575d0f57de0443c431a5a698e8f"
"reference": "204e459e7822f2c586463029f5ecec31bb45a1f2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/922e2689bb180575d0f57de0443c431a5a698e8f",
"reference": "922e2689bb180575d0f57de0443c431a5a698e8f",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/204e459e7822f2c586463029f5ecec31bb45a1f2",
"reference": "204e459e7822f2c586463029f5ecec31bb45a1f2",
"shasum": ""
},
"require": {
@ -14335,7 +14342,7 @@
],
"support": {
"issues": "https://github.com/phpstan/phpstan/issues",
"source": "https://github.com/phpstan/phpstan/tree/1.9.16"
"source": "https://github.com/phpstan/phpstan/tree/1.9.17"
},
"funding": [
{
@ -14351,7 +14358,7 @@
"type": "tidelift"
}
],
"time": "2023-02-07T10:42:21+00:00"
"time": "2023-02-08T12:25:00+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
@ -14565,12 +14572,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "d6466bfc092e86f196c7e33846caed66b354d745"
"reference": "c0e29643df152bd7fbe3de189f6c2c16c7d4c2a2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/d6466bfc092e86f196c7e33846caed66b354d745",
"reference": "d6466bfc092e86f196c7e33846caed66b354d745",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/c0e29643df152bd7fbe3de189f6c2c16c7d4c2a2",
"reference": "c0e29643df152bd7fbe3de189f6c2c16c7d4c2a2",
"shasum": ""
},
"conflict": {
@ -14628,6 +14635,7 @@
"catfan/medoo": "<1.7.5",
"centreon/centreon": "<22.10-beta.1",
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
"cockpit-hq/cockpit": "<2.3.8",
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
"codeigniter/framework": "<=3.0.6",
"codeigniter4/framework": "<4.2.11",
@ -14755,7 +14763,7 @@
"illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
"illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
"impresscms/impresscms": "<=1.4.3",
"in2code/femanager": "<5.5.2|>=6,<6.3.3|>=7,<7.0.1",
"in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.1",
"in2code/lux": "<17.6.1|>=18,<24.0.2",
"innologi/typo3-appointments": "<2.0.6",
"intelliants/subrion": "<=4.2.1",
@ -15025,7 +15033,7 @@
"twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3",
"typo3/cms": "<2.0.5|>=3,<3.0.3|>=6.2,<6.2.30|>=7,<7.6.32|>=8,<8.7.38|>=9,<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
"typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
"typo3/cms-core": "<8.7.49|>=9,<9.5.38|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
"typo3/cms-core": "<8.7.51|>=9,<9.5.40|>=10,<10.4.36|>=11,<11.5.23|>=12,<12.2",
"typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
"typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
"typo3/html-sanitizer": ">=1,<1.5|>=2,<2.1.1",
@ -15042,7 +15050,7 @@
"vova07/yii2-fileapi-widget": "<0.1.9",
"vrana/adminer": "<4.8.1",
"wallabag/tcpdf": "<6.2.22",
"wallabag/wallabag": ">=2-alpha.1,<2.5.3",
"wallabag/wallabag": "<2.5.4",
"wanglelecc/laracms": "<=1.0.3",
"web-auth/webauthn-framework": ">=3.3,<3.3.4",
"webcoast/deferred-image-processing": "<1.0.2",
@ -15056,6 +15064,7 @@
"wpanel/wpanel4-cms": "<=4.3.1",
"wwbn/avideo": "<12.4",
"xataface/xataface": "<3",
"xpressengine/xpressengine": "<3.0.15",
"yeswiki/yeswiki": "<4.1",
"yetiforce/yetiforce-crm": "<=6.4",
"yidashi/yii2cmf": "<=2",
@ -15132,7 +15141,7 @@
"type": "tidelift"
}
],
"time": "2023-02-07T19:04:21+00:00"
"time": "2023-02-09T20:04:23+00:00"
},
{
"name": "sebastian/diff",