Updated the backoffice dependency

master v2.13.1
Ruslan Baidan 2024-10-15 16:51:34 +02:00
parent c6a6088ea0
commit 24ef6da554
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
1 changed files with 85 additions and 80 deletions

165
composer.lock generated
View File

@ -790,16 +790,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.9.1",
"version": "3.9.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "d7dc08f98cba352b2bab5d32c5e58f7e745c11a7"
"reference": "61446f07fcb522414d6cfd8b1c3e5f9e18c579ba"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/d7dc08f98cba352b2bab5d32c5e58f7e745c11a7",
"reference": "d7dc08f98cba352b2bab5d32c5e58f7e745c11a7",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/61446f07fcb522414d6cfd8b1c3e5f9e18c579ba",
"reference": "61446f07fcb522414d6cfd8b1c3e5f9e18c579ba",
"shasum": ""
},
"require": {
@ -815,7 +815,7 @@
"doctrine/coding-standard": "12.0.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2023.1",
"phpstan/phpstan": "1.12.0",
"phpstan/phpstan": "1.12.6",
"phpstan/phpstan-strict-rules": "^1.6",
"phpunit/phpunit": "9.6.20",
"psalm/plugin-phpunit": "0.18.4",
@ -883,7 +883,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.9.1"
"source": "https://github.com/doctrine/dbal/tree/3.9.3"
},
"funding": [
{
@ -899,7 +899,7 @@
"type": "tidelift"
}
],
"time": "2024-09-01T13:49:23+00:00"
"time": "2024-10-10T17:56:43+00:00"
},
{
"name": "doctrine/deprecations",
@ -1606,16 +1606,16 @@
},
{
"name": "doctrine/orm",
"version": "2.19.7",
"version": "2.20.0",
"source": {
"type": "git",
"url": "https://github.com/doctrine/orm.git",
"reference": "168ac31084226f94d42e7461a40ff5607a56bd35"
"reference": "8ed6c2234aba019f9737a6bcc9516438e62da27c"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/168ac31084226f94d42e7461a40ff5607a56bd35",
"reference": "168ac31084226f94d42e7461a40ff5607a56bd35",
"url": "https://api.github.com/repos/doctrine/orm/zipball/8ed6c2234aba019f9737a6bcc9516438e62da27c",
"reference": "8ed6c2234aba019f9737a6bcc9516438e62da27c",
"shasum": ""
},
"require": {
@ -1644,7 +1644,9 @@
"doctrine/annotations": "^1.13 || ^2",
"doctrine/coding-standard": "^9.0.2 || ^12.0",
"phpbench/phpbench": "^0.16.10 || ^1.0",
"phpstan/phpstan": "~1.4.10 || 1.11.1",
"phpstan/extension-installer": "~1.1.0 || ^1.4",
"phpstan/phpstan": "~1.4.10 || 1.12.6",
"phpstan/phpstan-deprecation-rules": "^1",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6",
"psr/log": "^1 || ^2 || ^3",
"squizlabs/php_codesniffer": "3.7.2",
@ -1701,9 +1703,9 @@
],
"support": {
"issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.19.7"
"source": "https://github.com/doctrine/orm/tree/2.20.0"
},
"time": "2024-08-23T06:54:57+00:00"
"time": "2024-10-11T11:47:24+00:00"
},
{
"name": "doctrine/persistence",
@ -2372,23 +2374,26 @@
},
{
"name": "laminas/laminas-diactoros",
"version": "3.4.0",
"version": "3.5.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-diactoros.git",
"reference": "2cce7e77ca4c6c4183e9e8d4edeba483afc14487"
"reference": "143a16306602ce56b8b092a7914fef03c37f9ed2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/2cce7e77ca4c6c4183e9e8d4edeba483afc14487",
"reference": "2cce7e77ca4c6c4183e9e8d4edeba483afc14487",
"url": "https://api.github.com/repos/laminas/laminas-diactoros/zipball/143a16306602ce56b8b092a7914fef03c37f9ed2",
"reference": "143a16306602ce56b8b092a7914fef03c37f9ed2",
"shasum": ""
},
"require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"psr/http-factory": "^1.0.2",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"psr/http-factory": "^1.1",
"psr/http-message": "^1.1 || ^2.0"
},
"conflict": {
"amphp/amp": "<2.6.4"
},
"provide": {
"psr/http-factory-implementation": "^1.0",
"psr/http-message-implementation": "^1.1 || ^2.0"
@ -2401,9 +2406,9 @@
"http-interop/http-factory-tests": "^2.2.0",
"laminas/laminas-coding-standard": "~2.5.0",
"php-http/psr7-integration-tests": "^1.4.0",
"phpunit/phpunit": "^10.5.31",
"phpunit/phpunit": "^10.5.36",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.25.0"
"vimeo/psalm": "^5.26.1"
},
"type": "library",
"extra": {
@ -2453,7 +2458,7 @@
"type": "community_bridge"
}
],
"time": "2024-09-11T00:55:07+00:00"
"time": "2024-10-14T11:59:49+00:00"
},
{
"name": "laminas/laminas-escaper",
@ -2666,23 +2671,23 @@
},
{
"name": "laminas/laminas-form",
"version": "3.20.1",
"version": "3.21.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-form.git",
"reference": "91ac71bd4862abf9c5e2ccc8f063f83b4999660b"
"reference": "653c869d10c361027ae6c660c991ec3e3f38ed65"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-form/zipball/91ac71bd4862abf9c5e2ccc8f063f83b4999660b",
"reference": "91ac71bd4862abf9c5e2ccc8f063f83b4999660b",
"url": "https://api.github.com/repos/laminas/laminas-form/zipball/653c869d10c361027ae6c660c991ec3e3f38ed65",
"reference": "653c869d10c361027ae6c660c991ec3e3f38ed65",
"shasum": ""
},
"require": {
"laminas/laminas-hydrator": "^4.13.0",
"laminas/laminas-inputfilter": "^2.24.0",
"laminas/laminas-stdlib": "^3.16.1",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
},
"conflict": {
"doctrine/annotations": "<1.14.0",
@ -2698,21 +2703,21 @@
"ext-intl": "*",
"laminas/laminas-captcha": "^2.17",
"laminas/laminas-coding-standard": "^2.5",
"laminas/laminas-db": "^2.18",
"laminas/laminas-db": "^2.20",
"laminas/laminas-escaper": "^2.13",
"laminas/laminas-eventmanager": "^3.12",
"laminas/laminas-filter": "^2.33",
"laminas/laminas-i18n": "^2.24.1",
"laminas/laminas-modulemanager": "^2.15.0",
"laminas/laminas-eventmanager": "^3.13.1",
"laminas/laminas-filter": "^2.36",
"laminas/laminas-i18n": "^2.28.0",
"laminas/laminas-modulemanager": "^2.16.0",
"laminas/laminas-recaptcha": "^3.7",
"laminas/laminas-servicemanager": "^3.22.1",
"laminas/laminas-session": "^2.17",
"laminas/laminas-session": "^2.21",
"laminas/laminas-text": "^2.11.0",
"laminas/laminas-validator": "^2.43",
"laminas/laminas-view": "^2.32",
"phpunit/phpunit": "^10.4.2",
"laminas/laminas-validator": "^2.64.1",
"laminas/laminas-view": "^2.35",
"phpunit/phpunit": "^10.5.29",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.16"
"vimeo/psalm": "^5.25"
},
"suggest": {
"doctrine/annotations": "^1.14, required to use laminas-form annotations support",
@ -2759,7 +2764,7 @@
"type": "community_bridge"
}
],
"time": "2024-08-22T08:29:18+00:00"
"time": "2024-10-09T08:28:30+00:00"
},
{
"name": "laminas/laminas-http",
@ -2905,16 +2910,16 @@
},
{
"name": "laminas/laminas-i18n",
"version": "2.28.1",
"version": "2.29.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-i18n.git",
"reference": "d553a9c15c08768b8410050b4fa5479c99e2ed82"
"reference": "9aa7ef6073556e9b4cfd8d9a0cb8e41cd3883454"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/d553a9c15c08768b8410050b4fa5479c99e2ed82",
"reference": "d553a9c15c08768b8410050b4fa5479c99e2ed82",
"url": "https://api.github.com/repos/laminas/laminas-i18n/zipball/9aa7ef6073556e9b4cfd8d9a0cb8e41cd3883454",
"reference": "9aa7ef6073556e9b4cfd8d9a0cb8e41cd3883454",
"shasum": ""
},
"require": {
@ -2922,7 +2927,7 @@
"laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-stdlib": "^3.0",
"laminas/laminas-translator": "^1.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
},
"conflict": {
"laminas/laminas-view": "<2.20.0",
@ -2987,7 +2992,7 @@
"type": "community_bridge"
}
],
"time": "2024-09-10T11:54:30+00:00"
"time": "2024-10-11T09:44:53+00:00"
},
{
"name": "laminas/laminas-i18n-resources",
@ -3619,16 +3624,16 @@
},
{
"name": "laminas/laminas-mvc-i18n",
"version": "1.8.0",
"version": "1.9.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-mvc-i18n.git",
"reference": "669a00f36dd9fba8ec95516fe4afde7c4d8b8faa"
"reference": "433e71e949438239cce814536711914a37544c42"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/669a00f36dd9fba8ec95516fe4afde7c4d8b8faa",
"reference": "669a00f36dd9fba8ec95516fe4afde7c4d8b8faa",
"url": "https://api.github.com/repos/laminas/laminas-mvc-i18n/zipball/433e71e949438239cce814536711914a37544c42",
"reference": "433e71e949438239cce814536711914a37544c42",
"shasum": ""
},
"require": {
@ -3639,7 +3644,7 @@
"laminas/laminas-servicemanager": "^3.15.1",
"laminas/laminas-stdlib": "^3.10.1",
"laminas/laminas-validator": "^2.19.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
},
"conflict": {
"laminas/laminas-mvc": "<3.0.0",
@ -3650,7 +3655,7 @@
"laminas/laminas-coding-standard": "~2.5.0",
"phpspec/prophecy-phpunit": "^2.0.2",
"phpunit/phpunit": "^9.6.13",
"psalm/plugin-phpunit": "^0.18.4",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.15"
},
"suggest": {
@ -3693,7 +3698,7 @@
"type": "community_bridge"
}
],
"time": "2023-11-06T09:31:01+00:00"
"time": "2024-10-11T09:36:44+00:00"
},
{
"name": "laminas/laminas-mvc-middleware",
@ -3970,33 +3975,33 @@
},
{
"name": "laminas/laminas-router",
"version": "3.13.0",
"version": "3.14.0",
"source": {
"type": "git",
"url": "https://github.com/laminas/laminas-router.git",
"reference": "04e14e757303787c83f79298dbd4483eebacfeb9"
"reference": "5e1f5ca7fe95200661b50235c891ed3eee02d3f0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-router/zipball/04e14e757303787c83f79298dbd4483eebacfeb9",
"reference": "04e14e757303787c83f79298dbd4483eebacfeb9",
"url": "https://api.github.com/repos/laminas/laminas-router/zipball/5e1f5ca7fe95200661b50235c891ed3eee02d3f0",
"reference": "5e1f5ca7fe95200661b50235c891ed3eee02d3f0",
"shasum": ""
},
"require": {
"laminas/laminas-http": "^2.15",
"laminas/laminas-servicemanager": "^3.14.0",
"laminas/laminas-stdlib": "^3.10.1",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
},
"conflict": {
"zendframework/zend-router": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-i18n": "^2.26.0",
"phpunit/phpunit": "^10.5.11",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.22.2"
"laminas/laminas-i18n": "^2.29.0",
"phpunit/phpunit": "^10.5.36",
"psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.26.1"
},
"suggest": {
"laminas/laminas-i18n": "^2.15.0 if defining translatable HTTP path segments"
@ -4037,7 +4042,7 @@
"type": "community_bridge"
}
],
"time": "2024-03-05T12:54:05+00:00"
"time": "2024-10-11T11:18:03+00:00"
},
{
"name": "laminas/laminas-servicemanager",
@ -4568,12 +4573,12 @@
"source": {
"type": "git",
"url": "https://github.com/monarc-project/zm-backoffice.git",
"reference": "7fa688533bf968830c4e92c3497629b4ce9c5131"
"reference": "9119934c62cf8479f70069579351514be40f72b3"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-backoffice/zipball/7fa688533bf968830c4e92c3497629b4ce9c5131",
"reference": "7fa688533bf968830c4e92c3497629b4ce9c5131",
"url": "https://api.github.com/repos/monarc-project/zm-backoffice/zipball/9119934c62cf8479f70069579351514be40f72b3",
"reference": "9119934c62cf8479f70069579351514be40f72b3",
"shasum": ""
},
"require": {
@ -4647,7 +4652,7 @@
"issues": "https://github.com/monarc-project/zm-backoffice/issues",
"source": "https://github.com/monarc-project/zm-backoffice/tree/v2.13.1"
},
"time": "2024-10-04T15:09:41+00:00"
"time": "2024-10-15T14:46:12+00:00"
},
{
"name": "monarc/core",
@ -4746,16 +4751,16 @@
},
{
"name": "nikic/php-parser",
"version": "v5.3.0",
"version": "v5.3.1",
"source": {
"type": "git",
"url": "https://github.com/nikic/PHP-Parser.git",
"reference": "3abf7425cd284141dc5d8d14a9ee444de3345d1a"
"reference": "8eea230464783aa9671db8eea6f8c6ac5285794b"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/3abf7425cd284141dc5d8d14a9ee444de3345d1a",
"reference": "3abf7425cd284141dc5d8d14a9ee444de3345d1a",
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/8eea230464783aa9671db8eea6f8c6ac5285794b",
"reference": "8eea230464783aa9671db8eea6f8c6ac5285794b",
"shasum": ""
},
"require": {
@ -4798,9 +4803,9 @@
],
"support": {
"issues": "https://github.com/nikic/PHP-Parser/issues",
"source": "https://github.com/nikic/PHP-Parser/tree/v5.3.0"
"source": "https://github.com/nikic/PHP-Parser/tree/v5.3.1"
},
"time": "2024-09-29T13:56:26+00:00"
"time": "2024-10-08T18:51:32+00:00"
},
{
"name": "ocramius/proxy-manager",
@ -6897,12 +6902,12 @@
"source": {
"type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "bfe063645d26a0c517122e1f0ed472292881c657"
"reference": "c3c55a0f6643119fa8699577cc83ca6256d98ab5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/bfe063645d26a0c517122e1f0ed472292881c657",
"reference": "bfe063645d26a0c517122e1f0ed472292881c657",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/c3c55a0f6643119fa8699577cc83ca6256d98ab5",
"reference": "c3c55a0f6643119fa8699577cc83ca6256d98ab5",
"shasum": ""
},
"conflict": {
@ -7235,11 +7240,11 @@
"lightsaml/lightsaml": "<1.3.5",
"limesurvey/limesurvey": "<6.5.12",
"livehelperchat/livehelperchat": "<=3.91",
"livewire/livewire": ">2.2.4,<2.2.6|>=3.3.5,<3.4.9",
"livewire/livewire": "<2.12.7|>=3.0.0.0-beta1,<3.5.2",
"lms/routes": "<2.1.1",
"localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
"luyadev/yii-helpers": "<1.2.1",
"magento/community-edition": "<2.4.5|==2.4.5|>=2.4.5.0-patch1,<2.4.5.0-patch9|==2.4.6|>=2.4.6.0-patch1,<2.4.6.0-patch7|==2.4.7|>=2.4.7.0-patch1,<2.4.7.0-patch2",
"magento/community-edition": "<2.4.5|==2.4.5|>=2.4.5.0-patch1,<2.4.5.0-patch10|==2.4.6|>=2.4.6.0-patch1,<2.4.6.0-patch8|>=2.4.7.0-beta1,<2.4.7.0-patch3",
"magento/core": "<=1.9.4.5",
"magento/magento1ce": "<1.9.4.3-dev",
"magento/magento1ee": ">=1,<1.14.4.3-dev",
@ -7472,7 +7477,7 @@
"slim/slim": "<2.6",
"slub/slub-events": "<3.0.3",
"smarty/smarty": "<4.5.3|>=5,<5.1.1",
"snipe/snipe-it": "<6.4.2",
"snipe/snipe-it": "<7.0.10",
"socalnick/scn-social-auth": "<1.15.2",
"socialiteproviders/steam": "<1.1",
"spatie/browsershot": "<3.57.4",
@ -7568,7 +7573,7 @@
"twbs/bootstrap": "<=3.4.1|>=4,<=4.6.2",
"twig/twig": "<1.44.8|>=2,<2.16.1|>=3,<3.11.1|>=3.12,<3.14",
"typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
"typo3/cms-backend": "<11.5.40|>=12,<12.4.21|>=13,<13.3.1",
"typo3/cms-backend": "<4.1.14|>=4.2,<4.2.15|>=4.3,<4.3.7|>=4.4,<4.4.4|>=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<10.4.46|>=11,<11.5.40|>=12,<12.4.21|>=13,<13.3.1",
"typo3/cms-core": "<=8.7.56|>=9,<=9.5.47|>=10,<=10.4.44|>=11,<=11.5.36|>=12,<=12.4.14|>=13,<=13.1",
"typo3/cms-extbase": "<6.2.24|>=7,<7.6.8|==8.1.1",
"typo3/cms-fluid": "<4.3.4|>=4.4,<4.4.1",
@ -7721,7 +7726,7 @@
"type": "tidelift"
}
],
"time": "2024-10-08T15:04:55+00:00"
"time": "2024-10-11T18:06:00+00:00"
}
],
"aliases": [],