Updated dependencies

This commit is contained in:
Jan Böhmer 2024-04-02 22:19:58 +02:00
parent 9b8d4c518a
commit d767e7472d
2 changed files with 146 additions and 143 deletions

172
composer.lock generated
View file

@ -8,16 +8,16 @@
"packages": [
{
"name": "api-platform/core",
"version": "v3.2.17",
"version": "v3.2.19",
"source": {
"type": "git",
"url": "https://github.com/api-platform/core.git",
"reference": "1cc114b93e95bdce5b48be46f84c1e11446a8d2f"
"reference": "53a45d7d19e3298b653631531fe6f59ccdb04fbb"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/api-platform/core/zipball/1cc114b93e95bdce5b48be46f84c1e11446a8d2f",
"reference": "1cc114b93e95bdce5b48be46f84c1e11446a8d2f",
"url": "https://api.github.com/repos/api-platform/core/zipball/53a45d7d19e3298b653631531fe6f59ccdb04fbb",
"reference": "53a45d7d19e3298b653631531fe6f59ccdb04fbb",
"shasum": ""
},
"require": {
@ -168,9 +168,9 @@
],
"support": {
"issues": "https://github.com/api-platform/core/issues",
"source": "https://github.com/api-platform/core/tree/v3.2.17"
"source": "https://github.com/api-platform/core/tree/v3.2.19"
},
"time": "2024-03-15T15:26:20+00:00"
"time": "2024-03-29T16:15:14+00:00"
},
{
"name": "beberlei/assert",
@ -4735,16 +4735,16 @@
},
{
"name": "omines/datatables-bundle",
"version": "0.8.1",
"version": "0.8.2",
"source": {
"type": "git",
"url": "https://github.com/omines/datatables-bundle.git",
"reference": "3d31d1cddac5635803f59b3f7905feb0d4209c80"
"reference": "1a1bd7814419831898d834ac1b3e980120fd7425"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/omines/datatables-bundle/zipball/3d31d1cddac5635803f59b3f7905feb0d4209c80",
"reference": "3d31d1cddac5635803f59b3f7905feb0d4209c80",
"url": "https://api.github.com/repos/omines/datatables-bundle/zipball/1a1bd7814419831898d834ac1b3e980120fd7425",
"reference": "1a1bd7814419831898d834ac1b3e980120fd7425",
"shasum": ""
},
"require": {
@ -4768,13 +4768,14 @@
"friendsofphp/php-cs-fixer": "^v3.40.0",
"mongodb/mongodb": "^1.17",
"ocramius/package-versions": "^2.8",
"openspout/openspout": "^4.23",
"phpoffice/phpspreadsheet": "^1.29.0 || ^2.0",
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan": "^1.10.55",
"phpstan/phpstan-doctrine": "^1.3.54",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpstan/phpstan-symfony": "^1.3.6",
"phpunit/phpunit": "^11.0.3",
"phpunit/phpunit": "^10.5.10 || ^11.0.3",
"ruflin/elastica": "^6.2|^7.3.1",
"symfony/browser-kit": "^6.3|^7.0",
"symfony/css-selector": "^6.3|^7.0",
@ -4791,6 +4792,7 @@
"doctrine/doctrine-bundle": "For integrated access to Doctrine object managers",
"doctrine/orm": "For full automated integration with Doctrine entities",
"mongodb/mongodb": "For integration with MongoDB collections",
"openspout/openspout": "To use the OpenSpout Excel exporter",
"phpoffice/phpspreadsheet": "To export the data from DataTables to Excel",
"ruflin/elastica": "For integration with Elasticsearch indexes",
"symfony/twig-bundle": "To use default Twig based rendering and TwigColumn"
@ -4836,7 +4838,7 @@
],
"support": {
"issues": "https://github.com/omines/datatables-bundle/issues",
"source": "https://github.com/omines/datatables-bundle/tree/0.8.1"
"source": "https://github.com/omines/datatables-bundle/tree/0.8.2"
},
"funding": [
{
@ -4844,7 +4846,7 @@
"type": "github"
}
],
"time": "2024-02-24T22:55:33+00:00"
"time": "2024-03-24T20:57:13+00:00"
},
{
"name": "onelogin/php-saml",
@ -5235,16 +5237,16 @@
},
{
"name": "php-http/discovery",
"version": "1.19.2",
"version": "1.19.4",
"source": {
"type": "git",
"url": "https://github.com/php-http/discovery.git",
"reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb"
"reference": "0700efda8d7526335132360167315fdab3aeb599"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/php-http/discovery/zipball/61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb",
"reference": "61e1a1eb69c92741f5896d9e05fb8e9d7e8bb0cb",
"url": "https://api.github.com/repos/php-http/discovery/zipball/0700efda8d7526335132360167315fdab3aeb599",
"reference": "0700efda8d7526335132360167315fdab3aeb599",
"shasum": ""
},
"require": {
@ -5268,7 +5270,8 @@
"php-http/httplug": "^1.0 || ^2.0",
"php-http/message-factory": "^1.0",
"phpspec/phpspec": "^5.1 || ^6.1 || ^7.3",
"symfony/phpunit-bridge": "^6.2"
"sebastian/comparator": "^3.0.5 || ^4.0.8",
"symfony/phpunit-bridge": "^6.4.4 || ^7.0.1"
},
"type": "composer-plugin",
"extra": {
@ -5307,9 +5310,9 @@
],
"support": {
"issues": "https://github.com/php-http/discovery/issues",
"source": "https://github.com/php-http/discovery/tree/1.19.2"
"source": "https://github.com/php-http/discovery/tree/1.19.4"
},
"time": "2023-11-30T16:49:05+00:00"
"time": "2024-03-29T13:00:05+00:00"
},
{
"name": "php-http/httplug",
@ -6564,16 +6567,16 @@
},
{
"name": "s9e/sweetdom",
"version": "3.4.0",
"version": "3.4.1",
"source": {
"type": "git",
"url": "https://github.com/s9e/SweetDOM.git",
"reference": "b07ae8f5fe4ac40a0b734e0e23dbadcc26a161e3"
"reference": "ef3a7d2745b30b4ad0d1d3d60be391a3604c69dd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/s9e/SweetDOM/zipball/b07ae8f5fe4ac40a0b734e0e23dbadcc26a161e3",
"reference": "b07ae8f5fe4ac40a0b734e0e23dbadcc26a161e3",
"url": "https://api.github.com/repos/s9e/SweetDOM/zipball/ef3a7d2745b30b4ad0d1d3d60be391a3604c69dd",
"reference": "ef3a7d2745b30b4ad0d1d3d60be391a3604c69dd",
"shasum": ""
},
"require": {
@ -6581,6 +6584,7 @@
"php": "^8.1"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.52",
"phpunit/phpunit": "^10.0",
"s9e/repdoc": "dev-wip"
},
@ -6603,22 +6607,22 @@
],
"support": {
"issues": "https://github.com/s9e/SweetDOM/issues",
"source": "https://github.com/s9e/SweetDOM/tree/3.4.0"
"source": "https://github.com/s9e/SweetDOM/tree/3.4.1"
},
"time": "2024-01-01T17:22:53+00:00"
"time": "2024-03-23T14:03:01+00:00"
},
{
"name": "s9e/text-formatter",
"version": "2.16.0",
"version": "2.17.1",
"source": {
"type": "git",
"url": "https://github.com/s9e/TextFormatter.git",
"reference": "a78b8f9bc169d0b6dd81ffff3c97479875bd673d"
"reference": "1dc04d8426db1988d6552a2f79ee5701ec8bae81"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/a78b8f9bc169d0b6dd81ffff3c97479875bd673d",
"reference": "a78b8f9bc169d0b6dd81ffff3c97479875bd673d",
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/1dc04d8426db1988d6552a2f79ee5701ec8bae81",
"reference": "1dc04d8426db1988d6552a2f79ee5701ec8bae81",
"shasum": ""
},
"require": {
@ -6631,6 +6635,7 @@
},
"require-dev": {
"code-lts/doctum": "*",
"friendsofphp/php-cs-fixer": "^3.52",
"matthiasmullie/minify": "*",
"phpunit/phpunit": "^9.5"
},
@ -6645,7 +6650,7 @@
},
"type": "library",
"extra": {
"version": "2.16.0"
"version": "2.17.1"
},
"autoload": {
"psr-4": {
@ -6677,9 +6682,9 @@
],
"support": {
"issues": "https://github.com/s9e/TextFormatter/issues",
"source": "https://github.com/s9e/TextFormatter/tree/2.16.0"
"source": "https://github.com/s9e/TextFormatter/tree/2.17.1"
},
"time": "2024-01-07T00:41:30+00:00"
"time": "2024-03-28T11:54:38+00:00"
},
{
"name": "sabberworm/php-css-parser",
@ -7027,16 +7032,16 @@
},
{
"name": "spatie/db-dumper",
"version": "3.4.2",
"version": "3.4.3",
"source": {
"type": "git",
"url": "https://github.com/spatie/db-dumper.git",
"reference": "59beef7ad612ca7463dfddb64de6e038eb59e0d7"
"reference": "c566852826f3e9dceea27eef5173bad93b83e61c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/spatie/db-dumper/zipball/59beef7ad612ca7463dfddb64de6e038eb59e0d7",
"reference": "59beef7ad612ca7463dfddb64de6e038eb59e0d7",
"url": "https://api.github.com/repos/spatie/db-dumper/zipball/c566852826f3e9dceea27eef5173bad93b83e61c",
"reference": "c566852826f3e9dceea27eef5173bad93b83e61c",
"shasum": ""
},
"require": {
@ -7074,7 +7079,7 @@
"spatie"
],
"support": {
"source": "https://github.com/spatie/db-dumper/tree/3.4.2"
"source": "https://github.com/spatie/db-dumper/tree/3.4.3"
},
"funding": [
{
@ -7086,7 +7091,7 @@
"type": "github"
}
],
"time": "2023-12-25T11:42:15+00:00"
"time": "2024-04-01T07:37:06+00:00"
},
{
"name": "spomky-labs/cbor-php",
@ -7253,16 +7258,16 @@
},
{
"name": "spomky-labs/pki-framework",
"version": "1.1.1",
"version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/pki-framework.git",
"reference": "86102bdd19379b2c6e5b0feb94fd490d40e7d133"
"reference": "0b10c8b53366729417d6226ae89a665f9e2d61b6"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/86102bdd19379b2c6e5b0feb94fd490d40e7d133",
"reference": "86102bdd19379b2c6e5b0feb94fd490d40e7d133",
"url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/0b10c8b53366729417d6226ae89a665f9e2d61b6",
"reference": "0b10c8b53366729417d6226ae89a665f9e2d61b6",
"shasum": ""
},
"require": {
@ -7274,7 +7279,7 @@
"ekino/phpstan-banned-code": "^1.0",
"ext-gmp": "*",
"ext-openssl": "*",
"infection/infection": "^0.27",
"infection/infection": "^0.28",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/extension-installer": "^1.3",
"phpstan/phpstan": "^1.8",
@ -7282,8 +7287,8 @@
"phpstan/phpstan-deprecation-rules": "^1.0",
"phpstan/phpstan-phpunit": "^1.1",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "^10.1",
"rector/rector": "^0.19",
"phpunit/phpunit": "^10.1|^11.0",
"rector/rector": "^1.0",
"roave/security-advisories": "dev-latest",
"symfony/phpunit-bridge": "^6.4|^7.0",
"symfony/string": "^6.4|^7.0",
@ -7348,7 +7353,7 @@
],
"support": {
"issues": "https://github.com/Spomky-Labs/pki-framework/issues",
"source": "https://github.com/Spomky-Labs/pki-framework/tree/1.1.1"
"source": "https://github.com/Spomky-Labs/pki-framework/tree/1.2.1"
},
"funding": [
{
@ -7360,7 +7365,7 @@
"type": "patreon"
}
],
"time": "2024-02-05T20:37:46+00:00"
"time": "2024-03-30T18:03:49+00:00"
},
{
"name": "symfony/apache-pack",
@ -14396,16 +14401,16 @@
},
{
"name": "web-token/jwt-library",
"version": "3.3.3",
"version": "3.3.4",
"source": {
"type": "git",
"url": "https://github.com/web-token/jwt-library.git",
"reference": "d8a14edb42fab6f172bddff469b200e816a7b074"
"reference": "a9fde8057aa978a4b97436d8875f5bb45a30fb2e"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/web-token/jwt-library/zipball/d8a14edb42fab6f172bddff469b200e816a7b074",
"reference": "d8a14edb42fab6f172bddff469b200e816a7b074",
"url": "https://api.github.com/repos/web-token/jwt-library/zipball/a9fde8057aa978a4b97436d8875f5bb45a30fb2e",
"reference": "a9fde8057aa978a4b97436d8875f5bb45a30fb2e",
"shasum": ""
},
"require": {
@ -14477,7 +14482,7 @@
],
"support": {
"issues": "https://github.com/web-token/jwt-library/issues",
"source": "https://github.com/web-token/jwt-library/tree/3.3.3"
"source": "https://github.com/web-token/jwt-library/tree/3.3.4"
},
"funding": [
{
@ -14489,7 +14494,7 @@
"type": "patreon"
}
],
"time": "2024-03-23T18:02:49+00:00"
"time": "2024-03-24T09:57:06+00:00"
},
{
"name": "webmozart/assert",
@ -14927,16 +14932,16 @@
},
{
"name": "composer/xdebug-handler",
"version": "3.0.3",
"version": "3.0.4",
"source": {
"type": "git",
"url": "https://github.com/composer/xdebug-handler.git",
"reference": "ced299686f41dce890debac69273b47ffe98a40c"
"reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/ced299686f41dce890debac69273b47ffe98a40c",
"reference": "ced299686f41dce890debac69273b47ffe98a40c",
"url": "https://api.github.com/repos/composer/xdebug-handler/zipball/4f988f8fdf580d53bdb2d1278fe93d1ed5462255",
"reference": "4f988f8fdf580d53bdb2d1278fe93d1ed5462255",
"shasum": ""
},
"require": {
@ -14947,7 +14952,7 @@
"require-dev": {
"phpstan/phpstan": "^1.0",
"phpstan/phpstan-strict-rules": "^1.1",
"symfony/phpunit-bridge": "^6.0"
"phpunit/phpunit": "^8.5 || ^9.6 || ^10.5"
},
"type": "library",
"autoload": {
@ -14971,9 +14976,9 @@
"performance"
],
"support": {
"irc": "irc://irc.freenode.org/composer",
"irc": "ircs://irc.libera.chat:6697/composer",
"issues": "https://github.com/composer/xdebug-handler/issues",
"source": "https://github.com/composer/xdebug-handler/tree/3.0.3"
"source": "https://github.com/composer/xdebug-handler/tree/3.0.4"
},
"funding": [
{
@ -14989,7 +14994,7 @@
"type": "tidelift"
}
],
"time": "2022-02-25T21:32:43+00:00"
"time": "2024-03-26T18:29:49+00:00"
},
{
"name": "dama/doctrine-test-bundle",
@ -15684,16 +15689,16 @@
},
{
"name": "phpstan/phpstan",
"version": "1.10.65",
"version": "1.10.66",
"source": {
"type": "git",
"url": "https://github.com/phpstan/phpstan.git",
"reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6"
"reference": "94779c987e4ebd620025d9e5fdd23323903950bd"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/3c657d057a0b7ecae19cb12db446bbc99d8839c6",
"reference": "3c657d057a0b7ecae19cb12db446bbc99d8839c6",
"url": "https://api.github.com/repos/phpstan/phpstan/zipball/94779c987e4ebd620025d9e5fdd23323903950bd",
"reference": "94779c987e4ebd620025d9e5fdd23323903950bd",
"shasum": ""
},
"require": {
@ -15742,7 +15747,7 @@
"type": "tidelift"
}
],
"time": "2024-03-23T10:30:26+00:00"
"time": "2024-03-28T16:17:31+00:00"
},
{
"name": "phpstan/phpstan-doctrine",
@ -16486,12 +16491,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "d2b53099f06a627006a0eb3c9dde665140390fc7"
"reference": "8f58125e25237ea649fd369348ca7c2a42337f86"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/d2b53099f06a627006a0eb3c9dde665140390fc7",
"reference": "d2b53099f06a627006a0eb3c9dde665140390fc7",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/8f58125e25237ea649fd369348ca7c2a42337f86",
"reference": "8f58125e25237ea649fd369348ca7c2a42337f86",
"shasum": ""
},
"conflict": {
@ -16561,8 +16566,9 @@
"cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
"cartalyst/sentry": "<=2.1.6",
"catfan/medoo": "<1.7.5",
"causal/oidc": "<2.1",
"cecil/cecil": "<7.47.1",
"centreon/centreon": "<22.10.0.0-beta1",
"centreon/centreon": "<22.10.15",
"cesnet/simplesamlphp-module-proxystatistics": "<3.1",
"chriskacerguis/codeigniter-restserver": "<=2.7.1",
"civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
@ -16570,7 +16576,7 @@
"cockpit-hq/cockpit": "<=2.6.3|==2.7",
"codeception/codeception": "<3.1.3|>=4,<4.1.22",
"codeigniter/framework": "<3.1.9",
"codeigniter4/framework": "<=4.4.2",
"codeigniter4/framework": "<4.4.7",
"codeigniter4/shield": "<1.0.0.0-beta8",
"codiad/codiad": "<=2.8.4",
"composer/composer": "<1.10.27|>=2,<2.2.23|>=2.3,<2.7",
@ -16669,7 +16675,7 @@
"fooman/tcpdf": "<6.2.22",
"forkcms/forkcms": "<5.11.1",
"fossar/tcpdf-parser": "<6.2.22",
"francoisjacquet/rosariosis": "<11",
"francoisjacquet/rosariosis": "<=11.5.1",
"frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2",
"friendsofsymfony/oauth2-php": "<1.3",
"friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
@ -16677,7 +16683,7 @@
"friendsofsymfony1/symfony1": ">=1.1,<1.5.19",
"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",
"froala/wysiwyg-editor": "<3.2.7|>=4.0.1,<=4.1.1",
"froala/wysiwyg-editor": "<3.2.7|>=4.0.1,<=4.1.3",
"froxlor/froxlor": "<=2.1.1",
"fuel/core": "<1.8.1",
"funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3",
@ -16738,6 +16744,7 @@
"james-heinrich/phpthumb": "<1.7.12",
"jasig/phpcas": "<1.3.3",
"jcbrand/converse.js": "<3.3.3",
"johnbillion/wp-crontrol": "<1.16.2",
"joomla/application": "<1.0.13",
"joomla/archive": "<1.1.12|>=2,<2.0.1",
"joomla/filesystem": "<1.6.2|>=2,<2.0.1",
@ -16754,7 +16761,7 @@
"kelvinmo/simplexrd": "<3.1.1",
"kevinpapst/kimai2": "<1.16.7",
"khodakhah/nodcms": "<=3",
"kimai/kimai": "<2.1",
"kimai/kimai": "<2.13",
"kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
"klaviyo/magento2-extension": ">=1,<3",
"knplabs/knp-snappy": "<=1.4.2",
@ -16859,8 +16866,8 @@
"oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1",
"oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
"oro/crm-call-bundle": ">=4.2,<=4.2.5|>=5,<5.0.4|>=5.1,<5.1.1",
"oro/customer-portal": ">=4.2,<=4.2.8|>=5,<5.0.11|>=5.1,<5.1.1",
"oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<=4.2.10|>=5,<5.0.8",
"oro/customer-portal": ">=4.1,<=4.1.13|>=4.2,<=4.2.10|>=5,<=5.0.11|>=5.1,<=5.1.3",
"oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<=4.2.10|>=5,<=5.0.12|>=5.1,<=5.1.3",
"oxid-esales/oxideshop-ce": "<4.5",
"packbackbooks/lti-1-3-php-library": "<5",
"padraic/humbug_get_contents": "<1.1.2",
@ -16884,7 +16891,7 @@
"phpmailer/phpmailer": "<6.5",
"phpmussel/phpmussel": ">=1,<1.6",
"phpmyadmin/phpmyadmin": "<5.2.1",
"phpmyfaq/phpmyfaq": "<3.2.5",
"phpmyfaq/phpmyfaq": "<3.2.5|==3.2.5",
"phpoffice/phpexcel": "<1.8",
"phpoffice/phpspreadsheet": "<1.16",
"phpseclib/phpseclib": "<2.0.47|>=3,<3.0.36",
@ -16901,7 +16908,7 @@
"pimcore/demo": "<10.3",
"pimcore/ecommerce-framework-bundle": "<1.0.10",
"pimcore/perspective-editor": "<1.5.1",
"pimcore/pimcore": "<11.1.1",
"pimcore/pimcore": "<11.1.6.1-dev|>=11.2,<11.2.2",
"pixelfed/pixelfed": "<0.11.11",
"plotly/plotly.js": "<2.25.2",
"pocketmine/bedrock-protocol": "<8.0.2",
@ -17067,7 +17074,7 @@
"thinkcmf/thinkcmf": "<=5.1.7",
"thorsten/phpmyfaq": "<3.2.2",
"tikiwiki/tiki-manager": "<=17.1",
"tinymce/tinymce": "<5.10.9|>=6,<6.7.3",
"tinymce/tinymce": "<7",
"tinymighty/wiki-seo": "<1.2.2",
"titon/framework": "<9.9.99",
"tobiasbg/tablepress": "<=2.0.0.0-RC1",
@ -17101,6 +17108,7 @@
"userfrosting/userfrosting": ">=0.3.1,<4.6.3",
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
"uvdesk/community-skeleton": "<=1.1.1",
"uvdesk/core-framework": "<=1.1.1",
"vanilla/safecurl": "<0.9.2",
"verot/class.upload.php": "<=2.1.6",
"vova07/yii2-fileapi-widget": "<0.1.9",
@ -17120,7 +17128,7 @@
"willdurand/js-translation-bundle": "<2.1.1",
"winter/wn-backend-module": "<1.2.4",
"winter/wn-system-module": "<1.2.4",
"wintercms/winter": "<1.2.3",
"wintercms/winter": "<=1.2.3",
"woocommerce/woocommerce": "<6.6",
"wp-cli/wp-cli": ">=0.12,<2.5",
"wp-graphql/wp-graphql": "<=1.14.5",
@ -17220,7 +17228,7 @@
"type": "tidelift"
}
],
"time": "2024-03-22T21:04:47+00:00"
"time": "2024-04-02T19:04:21+00:00"
},
{
"name": "sebastian/cli-parser",