Updated the core and backoffice dependencies.

master
Ruslan Baidan 2024-10-25 19:22:49 +02:00
parent 24ef6da554
commit 3115badb30
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
1 changed files with 109 additions and 108 deletions

217
composer.lock generated
View File

@ -1937,38 +1937,38 @@
}, },
{ {
"name": "laminas/laminas-authentication", "name": "laminas/laminas-authentication",
"version": "2.17.0", "version": "2.18.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-authentication.git", "url": "https://github.com/laminas/laminas-authentication.git",
"reference": "49202c2fdd7844209e05232334fe7fe7e4f62834" "reference": "c1da3ec75bd4d6e3c63cf3a89f0f1a59a81a82bd"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/49202c2fdd7844209e05232334fe7fe7e4f62834", "url": "https://api.github.com/repos/laminas/laminas-authentication/zipball/c1da3ec75bd4d6e3c63cf3a89f0f1a59a81a82bd",
"reference": "49202c2fdd7844209e05232334fe7fe7e4f62834", "reference": "c1da3ec75bd4d6e3c63cf3a89f0f1a59a81a82bd",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
"laminas/laminas-stdlib": "^3.6.0", "laminas/laminas-stdlib": "^3.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": { "conflict": {
"zendframework/zend-authentication": "*" "zendframework/zend-authentication": "*"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-coding-standard": "~2.4.0", "laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-db": "^2.20.0", "laminas/laminas-db": "^2.20.0",
"laminas/laminas-http": "^2.19.0", "laminas/laminas-http": "^2.19.0",
"laminas/laminas-ldap": "^2.18.1", "laminas/laminas-ldap": "^2.18.1",
"laminas/laminas-session": "^2.21.0", "laminas/laminas-session": "^2.21.0",
"laminas/laminas-uri": "^2.11.0", "laminas/laminas-uri": "^2.12.0",
"laminas/laminas-validator": "^2.61.0", "laminas/laminas-validator": "^2.64.1",
"phpunit/phpunit": "^9.6.20", "phpunit/phpunit": "^9.6.20",
"psalm/plugin-phpunit": "^0.17.0", "psalm/plugin-phpunit": "^0.19.0",
"squizlabs/php_codesniffer": "^3.10.1", "squizlabs/php_codesniffer": "^3.10.2",
"vimeo/psalm": "^4.30.0" "vimeo/psalm": "^5.26.0"
}, },
"suggest": { "suggest": {
"laminas/laminas-db": "Laminas\\Db component", "laminas/laminas-db": "Laminas\\Db component",
@ -2008,7 +2008,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2024-07-15T08:31:06+00:00" "time": "2024-10-21T10:45:35+00:00"
}, },
{ {
"name": "laminas/laminas-cache", "name": "laminas/laminas-cache",
@ -2113,27 +2113,27 @@
}, },
{ {
"name": "laminas/laminas-code", "name": "laminas/laminas-code",
"version": "4.14.0", "version": "4.15.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-code.git", "url": "https://github.com/laminas/laminas-code.git",
"reference": "562e02b7d85cb9142b5116cc76c4c7c162a11a1c" "reference": "877ad42fe9c164785182fca8afa3f416a056884d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-code/zipball/562e02b7d85cb9142b5116cc76c4c7c162a11a1c", "url": "https://api.github.com/repos/laminas/laminas-code/zipball/877ad42fe9c164785182fca8afa3f416a056884d",
"reference": "562e02b7d85cb9142b5116cc76c4c7c162a11a1c", "reference": "877ad42fe9c164785182fca8afa3f416a056884d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0" "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
}, },
"require-dev": { "require-dev": {
"doctrine/annotations": "^2.0.1", "doctrine/annotations": "^2.0.1",
"ext-phar": "*", "ext-phar": "*",
"laminas/laminas-coding-standard": "^2.5.0", "laminas/laminas-coding-standard": "^3.0.0",
"laminas/laminas-stdlib": "^3.17.0", "laminas/laminas-stdlib": "^3.18.0",
"phpunit/phpunit": "^10.3.3", "phpunit/phpunit": "^10.5.37",
"psalm/plugin-phpunit": "^0.19.0", "psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.15.0" "vimeo/psalm": "^5.15.0"
}, },
@ -2172,7 +2172,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2024-06-17T08:50:25+00:00" "time": "2024-10-25T10:15:16+00:00"
}, },
{ {
"name": "laminas/laminas-config", "name": "laminas/laminas-config",
@ -2462,33 +2462,33 @@
}, },
{ {
"name": "laminas/laminas-escaper", "name": "laminas/laminas-escaper",
"version": "2.13.0", "version": "2.14.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-escaper.git", "url": "https://github.com/laminas/laminas-escaper.git",
"reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba" "reference": "0f7cb975f4443cf22f33408925c231225cfba8cb"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/af459883f4018d0f8a0c69c7a209daef3bf973ba", "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/0f7cb975f4443cf22f33408925c231225cfba8cb",
"reference": "af459883f4018d0f8a0c69c7a209daef3bf973ba", "reference": "0f7cb975f4443cf22f33408925c231225cfba8cb",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-ctype": "*", "ext-ctype": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0" "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
}, },
"conflict": { "conflict": {
"zendframework/zend-escaper": "*" "zendframework/zend-escaper": "*"
}, },
"require-dev": { "require-dev": {
"infection/infection": "^0.27.0", "infection/infection": "^0.27.9",
"laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-coding-standard": "~3.0.0",
"maglnet/composer-require-checker": "^3.8.0", "maglnet/composer-require-checker": "^3.8.0",
"phpunit/phpunit": "^9.6.7", "phpunit/phpunit": "^9.6.16",
"psalm/plugin-phpunit": "^0.18.4", "psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.9" "vimeo/psalm": "^5.21.1"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -2520,7 +2520,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2023-10-10T08:35:13+00:00" "time": "2024-10-24T10:12:53+00:00"
}, },
{ {
"name": "laminas/laminas-eventmanager", "name": "laminas/laminas-eventmanager",
@ -2592,38 +2592,38 @@
}, },
{ {
"name": "laminas/laminas-filter", "name": "laminas/laminas-filter",
"version": "2.37.0", "version": "2.38.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-filter.git", "url": "https://github.com/laminas/laminas-filter.git",
"reference": "27dda1e60547bc000b876e24808f47932df2f4ac" "reference": "3037168c2db8af3088aca8826bdf7e249fd24ce3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-filter/zipball/27dda1e60547bc000b876e24808f47932df2f4ac", "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/3037168c2db8af3088aca8826bdf7e249fd24ce3",
"reference": "27dda1e60547bc000b876e24808f47932df2f4ac", "reference": "3037168c2db8af3088aca8826bdf7e249fd24ce3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*", "ext-mbstring": "*",
"laminas/laminas-servicemanager": "^3.21.0", "laminas/laminas-servicemanager": "^3.21.0",
"laminas/laminas-stdlib": "^3.13.0", "laminas/laminas-stdlib": "^3.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": { "conflict": {
"laminas/laminas-validator": "<2.10.1", "laminas/laminas-validator": "<2.10.1",
"zendframework/zend-filter": "*" "zendframework/zend-filter": "*"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-coding-standard": "~3.0",
"laminas/laminas-crypt": "^3.11", "laminas/laminas-crypt": "^3.12",
"laminas/laminas-i18n": "^2.26.0", "laminas/laminas-i18n": "^2.28.1",
"laminas/laminas-uri": "^2.11", "laminas/laminas-uri": "^2.12",
"pear/archive_tar": "^1.5.0", "pear/archive_tar": "^1.5.0",
"phpunit/phpunit": "^10.5.20", "phpunit/phpunit": "^10.5.36",
"psalm/plugin-phpunit": "^0.19.0", "psalm/plugin-phpunit": "^0.19.0",
"psr/http-factory": "^1.1.0", "psr/http-factory": "^1.1.0",
"vimeo/psalm": "^5.24.0" "vimeo/psalm": "^5.26.1"
}, },
"suggest": { "suggest": {
"laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters", "laminas/laminas-crypt": "Laminas\\Crypt component, for encryption filters",
@ -2667,7 +2667,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2024-08-12T09:23:23+00:00" "time": "2024-10-17T20:43:05+00:00"
}, },
{ {
"name": "laminas/laminas-form", "name": "laminas/laminas-form",
@ -2768,16 +2768,16 @@
}, },
{ {
"name": "laminas/laminas-http", "name": "laminas/laminas-http",
"version": "2.19.0", "version": "2.20.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-http.git", "url": "https://github.com/laminas/laminas-http.git",
"reference": "26dd6d1177e25d970058863c2afed12bb9dbff4d" "reference": "a66bfb65c698aad6ee9f10df42cb5902f2c3dec8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-http/zipball/26dd6d1177e25d970058863c2afed12bb9dbff4d", "url": "https://api.github.com/repos/laminas/laminas-http/zipball/a66bfb65c698aad6ee9f10df42cb5902f2c3dec8",
"reference": "26dd6d1177e25d970058863c2afed12bb9dbff4d", "reference": "a66bfb65c698aad6ee9f10df42cb5902f2c3dec8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2785,7 +2785,7 @@
"laminas/laminas-stdlib": "^3.6", "laminas/laminas-stdlib": "^3.6",
"laminas/laminas-uri": "^2.11", "laminas/laminas-uri": "^2.11",
"laminas/laminas-validator": "^2.15", "laminas/laminas-validator": "^2.15",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0" "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
}, },
"conflict": { "conflict": {
"zendframework/zend-http": "*" "zendframework/zend-http": "*"
@ -2793,7 +2793,7 @@
"require-dev": { "require-dev": {
"ext-curl": "*", "ext-curl": "*",
"laminas/laminas-coding-standard": "~2.4.0", "laminas/laminas-coding-standard": "~2.4.0",
"phpunit/phpunit": "^9.5.25" "phpunit/phpunit": "^9.6.21"
}, },
"suggest": { "suggest": {
"paragonie/certainty": "For automated management of cacert.pem" "paragonie/certainty": "For automated management of cacert.pem"
@ -2829,7 +2829,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2023-11-02T16:27:41+00:00" "time": "2024-10-18T07:35:59+00:00"
}, },
{ {
"name": "laminas/laminas-hydrator", "name": "laminas/laminas-hydrator",
@ -3129,27 +3129,27 @@
}, },
{ {
"name": "laminas/laminas-json", "name": "laminas/laminas-json",
"version": "3.6.0", "version": "3.7.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-json.git", "url": "https://github.com/laminas/laminas-json.git",
"reference": "53ff787b20b77197f38680c737e8dfffa846b85b" "reference": "1931b26ac677f418f39cd0af6d0740e8f4a67d18"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-json/zipball/53ff787b20b77197f38680c737e8dfffa846b85b", "url": "https://api.github.com/repos/laminas/laminas-json/zipball/1931b26ac677f418f39cd0af6d0740e8f4a67d18",
"reference": "53ff787b20b77197f38680c737e8dfffa846b85b", "reference": "1931b26ac677f418f39cd0af6d0740e8f4a67d18",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0" "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
}, },
"conflict": { "conflict": {
"zendframework/zend-json": "*" "zendframework/zend-json": "*"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-coding-standard": "~2.4.0", "laminas/laminas-coding-standard": "~2.4.0",
"laminas/laminas-stdlib": "^2.7.7 || ^3.8", "laminas/laminas-stdlib": "^2.7.7 || ^3.19",
"phpunit/phpunit": "^9.5.25" "phpunit/phpunit": "^9.5.25"
}, },
"suggest": { "suggest": {
@ -3186,24 +3186,24 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2023-10-18T09:54:55+00:00" "time": "2024-10-25T09:02:25+00:00"
}, },
{ {
"name": "laminas/laminas-loader", "name": "laminas/laminas-loader",
"version": "2.10.0", "version": "2.11.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-loader.git", "url": "https://github.com/laminas/laminas-loader.git",
"reference": "e6fe952304ef40ce45cd814751ab35d42afdad12" "reference": "f2eedd3a6e774d965158fd11946bb1eba72e298c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-loader/zipball/e6fe952304ef40ce45cd814751ab35d42afdad12", "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/f2eedd3a6e774d965158fd11946bb1eba72e298c",
"reference": "e6fe952304ef40ce45cd814751ab35d42afdad12", "reference": "f2eedd3a6e774d965158fd11946bb1eba72e298c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0" "php": "~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
}, },
"conflict": { "conflict": {
"zendframework/zend-loader": "*" "zendframework/zend-loader": "*"
@ -3242,7 +3242,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2023-10-18T09:58:51+00:00" "time": "2024-10-16T09:06:57+00:00"
}, },
{ {
"name": "laminas/laminas-log", "name": "laminas/laminas-log",
@ -3776,37 +3776,37 @@
}, },
{ {
"name": "laminas/laminas-paginator", "name": "laminas/laminas-paginator",
"version": "2.18.1", "version": "2.19.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-paginator.git", "url": "https://github.com/laminas/laminas-paginator.git",
"reference": "6a03499a899fb8ba650594ddf4b4338d4235252a" "reference": "d6339e7ad61491fd76b1490cf9f723d0348ce430"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/6a03499a899fb8ba650594ddf4b4338d4235252a", "url": "https://api.github.com/repos/laminas/laminas-paginator/zipball/d6339e7ad61491fd76b1490cf9f723d0348ce430",
"reference": "6a03499a899fb8ba650594ddf4b4338d4235252a", "reference": "d6339e7ad61491fd76b1490cf9f723d0348ce430",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-json": "*", "ext-json": "*",
"laminas/laminas-stdlib": "^3.10.1", "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": { "conflict": {
"zendframework/zend-paginator": "*" "zendframework/zend-paginator": "*"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-cache": "^3.9", "laminas/laminas-cache": "^3.12.2",
"laminas/laminas-cache-storage-adapter-memory": "^2.2.0", "laminas/laminas-cache-storage-adapter-memory": "^2.3.0",
"laminas/laminas-coding-standard": "^2.4.0", "laminas/laminas-coding-standard": "^2.5.0",
"laminas/laminas-config": "^3.8.0", "laminas/laminas-config": "^3.9.0",
"laminas/laminas-filter": "^2.30", "laminas/laminas-filter": "^2.37",
"laminas/laminas-servicemanager": "^3.22", "laminas/laminas-servicemanager": "^3.22.1",
"laminas/laminas-view": "^2.25", "laminas/laminas-view": "^2.35",
"phpunit/phpunit": "^9.5.27", "phpunit/phpunit": "^10.5.30",
"psalm/plugin-phpunit": "^0.18.4", "psalm/plugin-phpunit": "^0.19.0",
"vimeo/psalm": "^5.4" "vimeo/psalm": "^5.25"
}, },
"suggest": { "suggest": {
"laminas/laminas-cache": "Laminas\\Cache component to support cache features", "laminas/laminas-cache": "Laminas\\Cache component to support cache features",
@ -3851,7 +3851,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2024-01-11T11:00:36+00:00" "time": "2024-10-16T13:10:19+00:00"
}, },
{ {
"name": "laminas/laminas-permissions-rbac", "name": "laminas/laminas-permissions-rbac",
@ -4274,23 +4274,23 @@
}, },
{ {
"name": "laminas/laminas-translator", "name": "laminas/laminas-translator",
"version": "1.0.0", "version": "1.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-translator.git", "url": "https://github.com/laminas/laminas-translator.git",
"reference": "86d176c01a96b0ef205192b776cb69e8d4ca06b1" "reference": "12897e710e21413c1f93fc38fe9dead6b51c5218"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-translator/zipball/86d176c01a96b0ef205192b776cb69e8d4ca06b1", "url": "https://api.github.com/repos/laminas/laminas-translator/zipball/12897e710e21413c1f93fc38fe9dead6b51c5218",
"reference": "86d176c01a96b0ef205192b776cb69e8d4ca06b1", "reference": "12897e710e21413c1f93fc38fe9dead6b51c5218",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "~8.1.0 || ~8.2.0 || ~8.3.0" "php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
}, },
"require-dev": { "require-dev": {
"laminas/laminas-coding-standard": "~2.5.0", "laminas/laminas-coding-standard": "~3.0.0",
"vimeo/psalm": "^5.24.0" "vimeo/psalm": "^5.24.0"
}, },
"type": "library", "type": "library",
@ -4323,7 +4323,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2024-06-18T15:09:24+00:00" "time": "2024-10-21T15:33:01+00:00"
}, },
{ {
"name": "laminas/laminas-uri", "name": "laminas/laminas-uri",
@ -4573,12 +4573,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/monarc-project/zm-backoffice.git", "url": "https://github.com/monarc-project/zm-backoffice.git",
"reference": "9119934c62cf8479f70069579351514be40f72b3" "reference": "f0318ebc023dbd318d439883857d5822bcc6cc6f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-backoffice/zipball/9119934c62cf8479f70069579351514be40f72b3", "url": "https://api.github.com/repos/monarc-project/zm-backoffice/zipball/f0318ebc023dbd318d439883857d5822bcc6cc6f",
"reference": "9119934c62cf8479f70069579351514be40f72b3", "reference": "f0318ebc023dbd318d439883857d5822bcc6cc6f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4652,7 +4652,7 @@
"issues": "https://github.com/monarc-project/zm-backoffice/issues", "issues": "https://github.com/monarc-project/zm-backoffice/issues",
"source": "https://github.com/monarc-project/zm-backoffice/tree/v2.13.1" "source": "https://github.com/monarc-project/zm-backoffice/tree/v2.13.1"
}, },
"time": "2024-10-15T14:46:12+00:00" "time": "2024-10-25T17:15:24+00:00"
}, },
{ {
"name": "monarc/core", "name": "monarc/core",
@ -4660,12 +4660,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/monarc-project/zm-core.git", "url": "https://github.com/monarc-project/zm-core.git",
"reference": "00462366aecccd51bf848953f307a44f4fd5e338" "reference": "919678c4bb56517f07edeb665e6bafc2cd64f95f"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/00462366aecccd51bf848953f307a44f4fd5e338", "url": "https://api.github.com/repos/monarc-project/zm-core/zipball/919678c4bb56517f07edeb665e6bafc2cd64f95f",
"reference": "00462366aecccd51bf848953f307a44f4fd5e338", "reference": "919678c4bb56517f07edeb665e6bafc2cd64f95f",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4747,7 +4747,7 @@
"issues": "https://github.com/monarc-project/zm-core/issues", "issues": "https://github.com/monarc-project/zm-core/issues",
"source": "https://github.com/monarc-project/zm-core/tree/v2.13.1" "source": "https://github.com/monarc-project/zm-core/tree/v2.13.1"
}, },
"time": "2024-10-08T17:19:59+00:00" "time": "2024-10-21T18:09:47+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
@ -6902,20 +6902,20 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git", "url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "c3c55a0f6643119fa8699577cc83ca6256d98ab5" "reference": "bae581ca4125f92b1ad4d316ac691fa2d5231649"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/c3c55a0f6643119fa8699577cc83ca6256d98ab5", "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/bae581ca4125f92b1ad4d316ac691fa2d5231649",
"reference": "c3c55a0f6643119fa8699577cc83ca6256d98ab5", "reference": "bae581ca4125f92b1ad4d316ac691fa2d5231649",
"shasum": "" "shasum": ""
}, },
"conflict": { "conflict": {
"3f/pygmentize": "<1.2", "3f/pygmentize": "<1.2",
"admidio/admidio": "<4.3.10", "admidio/admidio": "<4.3.12",
"adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3", "adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3",
"aheinze/cockpit": "<2.2", "aheinze/cockpit": "<2.2",
"aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.04.6", "aimeos/ai-admin-graphql": ">=2022.04.1,<2022.10.10|>=2023.04.1,<2023.10.6|>=2024.04.1,<2024.07.2",
"aimeos/ai-admin-jsonadm": "<2020.10.13|>=2021.04.1,<2021.10.6|>=2022.04.1,<2022.10.3|>=2023.04.1,<2023.10.4|==2024.04.1", "aimeos/ai-admin-jsonadm": "<2020.10.13|>=2021.04.1,<2021.10.6|>=2022.04.1,<2022.10.3|>=2023.04.1,<2023.10.4|==2024.04.1",
"aimeos/ai-client-html": ">=2020.04.1,<2020.10.27|>=2021.04.1,<2021.10.22|>=2022.04.1,<2022.10.13|>=2023.04.1,<2023.10.15|>=2024.04.1,<2024.04.7", "aimeos/ai-client-html": ">=2020.04.1,<2020.10.27|>=2021.04.1,<2021.10.22|>=2022.04.1,<2022.10.13|>=2023.04.1,<2023.10.15|>=2024.04.1,<2024.04.7",
"aimeos/ai-controller-frontend": "<2020.10.15|>=2021.04.1,<2021.10.8|>=2022.04.1,<2022.10.8|>=2023.04.1,<2023.10.9|==2024.04.1", "aimeos/ai-controller-frontend": "<2020.10.15|>=2021.04.1,<2021.10.8|>=2022.04.1,<2022.10.8|>=2023.04.1,<2023.10.9|==2024.04.1",
@ -6959,7 +6959,7 @@
"barrelstrength/sprout-forms": "<3.9", "barrelstrength/sprout-forms": "<3.9",
"barryvdh/laravel-translation-manager": "<0.6.2", "barryvdh/laravel-translation-manager": "<0.6.2",
"barzahlen/barzahlen-php": "<2.0.1", "barzahlen/barzahlen-php": "<2.0.1",
"baserproject/basercms": "<5.0.9", "baserproject/basercms": "<=5.1.1",
"bassjobsen/bootstrap-3-typeahead": ">4.0.2", "bassjobsen/bootstrap-3-typeahead": ">4.0.2",
"bbpress/bbpress": "<2.6.5", "bbpress/bbpress": "<2.6.5",
"bcosca/fatfree": "<3.7.2", "bcosca/fatfree": "<3.7.2",
@ -7127,7 +7127,7 @@
"froxlor/froxlor": "<=2.2.0.0-RC3", "froxlor/froxlor": "<=2.2.0.0-RC3",
"frozennode/administrator": "<=5.0.12", "frozennode/administrator": "<=5.0.12",
"fuel/core": "<1.8.1", "fuel/core": "<1.8.1",
"funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3", "funadmin/funadmin": "<=5.0.2",
"gaoming13/wechat-php-sdk": "<=1.10.2", "gaoming13/wechat-php-sdk": "<=1.10.2",
"genix/cms": "<=1.1.11", "genix/cms": "<=1.1.11",
"getformwork/formwork": "<1.13.1|==2.0.0.0-beta1", "getformwork/formwork": "<1.13.1|==2.0.0.0-beta1",
@ -7244,6 +7244,7 @@
"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",
"maestroerror/php-heic-to-jpg": "<1.0.5",
"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/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/core": "<=1.9.4.5",
"magento/magento1ce": "<1.9.4.3-dev", "magento/magento1ce": "<1.9.4.3-dev",
@ -7404,7 +7405,7 @@
"processwire/processwire": "<=3.0.229", "processwire/processwire": "<=3.0.229",
"propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7", "propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
"propel/propel1": ">=1,<=1.7.1", "propel/propel1": ">=1,<=1.7.1",
"pterodactyl/panel": "<1.11.6", "pterodactyl/panel": "<1.11.8",
"ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2", "ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2",
"ptrofimov/beanstalk_console": "<1.7.14", "ptrofimov/beanstalk_console": "<1.7.14",
"pubnub/pubnub": "<6.1", "pubnub/pubnub": "<6.1",
@ -7421,7 +7422,7 @@
"rap2hpoutre/laravel-log-viewer": "<0.13", "rap2hpoutre/laravel-log-viewer": "<0.13",
"react/http": ">=0.7,<1.9", "react/http": ">=0.7,<1.9",
"really-simple-plugins/complianz-gdpr": "<6.4.2", "really-simple-plugins/complianz-gdpr": "<6.4.2",
"redaxo/source": "<=5.15.1", "redaxo/source": "<=5.17.1",
"remdex/livehelperchat": "<4.29", "remdex/livehelperchat": "<4.29",
"reportico-web/reportico": "<=8.1", "reportico-web/reportico": "<=8.1",
"rhukster/dom-sanitizer": "<1.0.7", "rhukster/dom-sanitizer": "<1.0.7",
@ -7495,7 +7496,7 @@
"subhh/libconnect": "<7.0.8|>=8,<8.1", "subhh/libconnect": "<7.0.8|>=8,<8.1",
"sukohi/surpass": "<1", "sukohi/surpass": "<1",
"sulu/form-bundle": ">=2,<2.5.3", "sulu/form-bundle": ">=2,<2.5.3",
"sulu/sulu": "<1.6.44|>=2,<2.6.5", "sulu/sulu": "<1.6.44|>=2,<2.5.21|>=2.6,<2.6.5",
"sumocoders/framework-user-bundle": "<1.4", "sumocoders/framework-user-bundle": "<1.4",
"superbig/craft-audit": "<3.0.2", "superbig/craft-audit": "<3.0.2",
"swag/paypal": "<5.4.4", "swag/paypal": "<5.4.4",
@ -7726,7 +7727,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2024-10-11T18:06:00+00:00" "time": "2024-10-24T22:04:53+00:00"
} }
], ],
"aliases": [], "aliases": [],