Delivered variaous fixes within the patch 1.
parent
e8dfc92de8
commit
44b740ff05
|
@ -171,7 +171,7 @@
|
|||
},
|
||||
{
|
||||
"name": "cakephp/core",
|
||||
"version": "4.5.7",
|
||||
"version": "4.5.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cakephp/core.git",
|
||||
|
@ -231,7 +231,7 @@
|
|||
},
|
||||
{
|
||||
"name": "cakephp/database",
|
||||
"version": "4.5.7",
|
||||
"version": "4.5.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cakephp/database.git",
|
||||
|
@ -287,16 +287,16 @@
|
|||
},
|
||||
{
|
||||
"name": "cakephp/datasource",
|
||||
"version": "4.5.7",
|
||||
"version": "4.5.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cakephp/datasource.git",
|
||||
"reference": "5d11a35ffc09dee744faaab7f758aeb42c17cfec"
|
||||
"reference": "073bb5f3b082b87c20309c1b25b1ac2a238d97b3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/cakephp/datasource/zipball/5d11a35ffc09dee744faaab7f758aeb42c17cfec",
|
||||
"reference": "5d11a35ffc09dee744faaab7f758aeb42c17cfec",
|
||||
"url": "https://api.github.com/repos/cakephp/datasource/zipball/073bb5f3b082b87c20309c1b25b1ac2a238d97b3",
|
||||
"reference": "073bb5f3b082b87c20309c1b25b1ac2a238d97b3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -341,11 +341,11 @@
|
|||
"issues": "https://github.com/cakephp/cakephp/issues",
|
||||
"source": "https://github.com/cakephp/datasource"
|
||||
},
|
||||
"time": "2023-11-05T07:32:10+00:00"
|
||||
"time": "2024-11-19T19:41:00+00:00"
|
||||
},
|
||||
{
|
||||
"name": "cakephp/utility",
|
||||
"version": "4.5.7",
|
||||
"version": "4.5.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/cakephp/utility.git",
|
||||
|
@ -2538,6 +2538,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"abandoned": true,
|
||||
"time": "2024-11-17T22:10:53+00:00"
|
||||
},
|
||||
{
|
||||
|
@ -2888,33 +2889,33 @@
|
|||
},
|
||||
{
|
||||
"name": "laminas/laminas-eventmanager",
|
||||
"version": "3.13.1",
|
||||
"version": "3.14.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-eventmanager.git",
|
||||
"reference": "933d1b5cf03fa4cf3016cebfd0555fa2ba3f2024"
|
||||
"reference": "1837cafaaaee74437f6d8ec9ff7da03e6f81d809"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/933d1b5cf03fa4cf3016cebfd0555fa2ba3f2024",
|
||||
"reference": "933d1b5cf03fa4cf3016cebfd0555fa2ba3f2024",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/1837cafaaaee74437f6d8ec9ff7da03e6f81d809",
|
||||
"reference": "1837cafaaaee74437f6d8ec9ff7da03e6f81d809",
|
||||
"shasum": ""
|
||||
},
|
||||
"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": {
|
||||
"container-interop/container-interop": "<1.2",
|
||||
"zendframework/zend-eventmanager": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laminas/laminas-coding-standard": "~2.5.0",
|
||||
"laminas/laminas-stdlib": "^3.18",
|
||||
"phpbench/phpbench": "^1.2.15",
|
||||
"phpunit/phpunit": "^10.5.5",
|
||||
"psalm/plugin-phpunit": "^0.18.4",
|
||||
"laminas/laminas-coding-standard": "~3.0.0",
|
||||
"laminas/laminas-stdlib": "^3.20",
|
||||
"phpbench/phpbench": "^1.3.1",
|
||||
"phpunit/phpunit": "^10.5.38",
|
||||
"psalm/plugin-phpunit": "^0.19.0",
|
||||
"psr/container": "^1.1.2 || ^2.0.2",
|
||||
"vimeo/psalm": "^5.18"
|
||||
"vimeo/psalm": "^5.26.1"
|
||||
},
|
||||
"suggest": {
|
||||
"laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature",
|
||||
|
@ -2952,7 +2953,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-24T14:01:06+00:00"
|
||||
"time": "2024-11-21T11:31:22+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-filter",
|
||||
|
@ -3360,29 +3361,29 @@
|
|||
},
|
||||
{
|
||||
"name": "laminas/laminas-i18n-resources",
|
||||
"version": "2.10.0",
|
||||
"version": "2.11.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-i18n-resources.git",
|
||||
"reference": "f8216359ba16aeab1745660fec38aecf05b780e5"
|
||||
"reference": "afe7fe066324ad0faaf8824f774f047ce79971c1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-i18n-resources/zipball/f8216359ba16aeab1745660fec38aecf05b780e5",
|
||||
"reference": "f8216359ba16aeab1745660fec38aecf05b780e5",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-i18n-resources/zipball/afe7fe066324ad0faaf8824f774f047ce79971c1",
|
||||
"reference": "afe7fe066324ad0faaf8824f774f047ce79971c1",
|
||||
"shasum": ""
|
||||
},
|
||||
"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": {
|
||||
"zendframework/zend-i18n-resources": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laminas/laminas-coding-standard": "~2.5.0",
|
||||
"phpunit/phpunit": "^10.4.2",
|
||||
"psalm/plugin-phpunit": "^0.18.4",
|
||||
"vimeo/psalm": "^5.15"
|
||||
"laminas/laminas-coding-standard": "~3.0.1",
|
||||
"phpunit/phpunit": "^10.5.38",
|
||||
"psalm/plugin-phpunit": "^0.19.0",
|
||||
"vimeo/psalm": "^5.26.1"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -3415,7 +3416,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2023-11-02T15:57:29+00:00"
|
||||
"time": "2024-11-21T22:04:55+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-inputfilter",
|
||||
|
@ -3550,6 +3551,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"abandoned": true,
|
||||
"time": "2024-10-25T09:02:25+00:00"
|
||||
},
|
||||
{
|
||||
|
@ -3606,6 +3608,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"abandoned": true,
|
||||
"time": "2024-10-16T09:06:57+00:00"
|
||||
},
|
||||
{
|
||||
|
@ -3831,6 +3834,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"abandoned": "symfony/mime",
|
||||
"time": "2023-11-02T16:47:19+00:00"
|
||||
},
|
||||
{
|
||||
|
@ -3908,28 +3912,28 @@
|
|||
},
|
||||
{
|
||||
"name": "laminas/laminas-mvc",
|
||||
"version": "3.7.0",
|
||||
"version": "3.8.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-mvc.git",
|
||||
"reference": "3f65447addf487189000e54dc1525cd952951da4"
|
||||
"reference": "53ba28b7222d3a3b49747a26babef43d1b17fb6f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/3f65447addf487189000e54dc1525cd952951da4",
|
||||
"reference": "3f65447addf487189000e54dc1525cd952951da4",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/53ba28b7222d3a3b49747a26babef43d1b17fb6f",
|
||||
"reference": "53ba28b7222d3a3b49747a26babef43d1b17fb6f",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"container-interop/container-interop": "^1.2",
|
||||
"laminas/laminas-eventmanager": "^3.4",
|
||||
"laminas/laminas-http": "^2.15",
|
||||
"laminas/laminas-modulemanager": "^2.8",
|
||||
"laminas/laminas-modulemanager": "^2.16",
|
||||
"laminas/laminas-router": "^3.11.1",
|
||||
"laminas/laminas-servicemanager": "^3.20.0",
|
||||
"laminas/laminas-stdlib": "^3.6",
|
||||
"laminas/laminas-view": "^2.14",
|
||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
|
||||
"laminas/laminas-stdlib": "^3.19",
|
||||
"laminas/laminas-view": "^2.18.0",
|
||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
|
||||
},
|
||||
"conflict": {
|
||||
"zendframework/zend-mvc": "*"
|
||||
|
@ -3937,9 +3941,7 @@
|
|||
"require-dev": {
|
||||
"laminas/laminas-coding-standard": "^2.5.0",
|
||||
"laminas/laminas-json": "^3.6",
|
||||
"phpspec/prophecy": "^1.17.0",
|
||||
"phpspec/prophecy-phpunit": "^2.0.2",
|
||||
"phpunit/phpunit": "^9.6.13",
|
||||
"phpunit/phpunit": "^10.5.38",
|
||||
"webmozart/assert": "^1.11"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -3985,7 +3987,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2023-11-14T09:44:53+00:00"
|
||||
"time": "2024-11-18T00:14:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-mvc-console",
|
||||
|
@ -4307,29 +4309,29 @@
|
|||
},
|
||||
{
|
||||
"name": "laminas/laminas-permissions-rbac",
|
||||
"version": "3.6.0",
|
||||
"version": "3.7.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-permissions-rbac.git",
|
||||
"reference": "6699e9b95fb360b921b2e6d655977d4786da0443"
|
||||
"reference": "0fbde38f0cc2b462856e8a5edeaa26eb97dd23be"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-permissions-rbac/zipball/6699e9b95fb360b921b2e6d655977d4786da0443",
|
||||
"reference": "6699e9b95fb360b921b2e6d655977d4786da0443",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-permissions-rbac/zipball/0fbde38f0cc2b462856e8a5edeaa26eb97dd23be",
|
||||
"reference": "0fbde38f0cc2b462856e8a5edeaa26eb97dd23be",
|
||||
"shasum": ""
|
||||
},
|
||||
"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": {
|
||||
"zendframework/zend-permissions-rbac": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laminas/laminas-coding-standard": "~2.5.0",
|
||||
"phpunit/phpunit": "^10.1.2",
|
||||
"psalm/plugin-phpunit": "^0.18.4",
|
||||
"vimeo/psalm": "^5.10"
|
||||
"laminas/laminas-coding-standard": "~3.0.0",
|
||||
"phpunit/phpunit": "^10.5.38",
|
||||
"psalm/plugin-phpunit": "^0.19.0",
|
||||
"vimeo/psalm": "^5.26.1"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -4363,7 +4365,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2023-11-27T21:55:58+00:00"
|
||||
"time": "2024-11-21T21:46:24+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-psr7bridge",
|
||||
|
@ -4981,16 +4983,16 @@
|
|||
},
|
||||
{
|
||||
"name": "laminas/laminas-view",
|
||||
"version": "2.35.0",
|
||||
"version": "2.36.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-view.git",
|
||||
"reference": "f597148345dd406fb9d04d391a19c0c33bf71605"
|
||||
"reference": "ddc9207725cb50508ea48fcf1210dc8480264196"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-view/zipball/f597148345dd406fb9d04d391a19c0c33bf71605",
|
||||
"reference": "f597148345dd406fb9d04d391a19c0c33bf71605",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-view/zipball/ddc9207725cb50508ea48fcf1210dc8480264196",
|
||||
"reference": "ddc9207725cb50508ea48fcf1210dc8480264196",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5002,7 +5004,7 @@
|
|||
"laminas/laminas-json": "^3.3",
|
||||
"laminas/laminas-servicemanager": "^3.21.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",
|
||||
"psr/container": "^1 || ^2"
|
||||
},
|
||||
"conflict": {
|
||||
|
@ -5012,24 +5014,24 @@
|
|||
"zendframework/zend-view": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laminas/laminas-authentication": "^2.16",
|
||||
"laminas/laminas-authentication": "^2.18",
|
||||
"laminas/laminas-coding-standard": "~2.5.0",
|
||||
"laminas/laminas-feed": "^2.22",
|
||||
"laminas/laminas-filter": "^2.34",
|
||||
"laminas/laminas-http": "^2.19",
|
||||
"laminas/laminas-i18n": "^2.26.0",
|
||||
"laminas/laminas-modulemanager": "^2.15",
|
||||
"laminas/laminas-mvc": "^3.7.0",
|
||||
"laminas/laminas-mvc-i18n": "^1.8",
|
||||
"laminas/laminas-feed": "^2.23",
|
||||
"laminas/laminas-filter": "^2.39",
|
||||
"laminas/laminas-http": "^2.20",
|
||||
"laminas/laminas-i18n": "^2.29.0",
|
||||
"laminas/laminas-modulemanager": "^2.17",
|
||||
"laminas/laminas-mvc": "^3.8.0",
|
||||
"laminas/laminas-mvc-i18n": "^1.9",
|
||||
"laminas/laminas-mvc-plugin-flashmessenger": "^1.10.1",
|
||||
"laminas/laminas-navigation": "^2.19.1",
|
||||
"laminas/laminas-paginator": "^2.18.1",
|
||||
"laminas/laminas-navigation": "^2.20.0",
|
||||
"laminas/laminas-paginator": "^2.19.0",
|
||||
"laminas/laminas-permissions-acl": "^2.16",
|
||||
"laminas/laminas-router": "^3.13.0",
|
||||
"laminas/laminas-uri": "^2.11",
|
||||
"phpunit/phpunit": "^10.5.13",
|
||||
"laminas/laminas-router": "^3.14.0",
|
||||
"laminas/laminas-uri": "^2.12",
|
||||
"phpunit/phpunit": "^10.5.38",
|
||||
"psalm/plugin-phpunit": "^0.19.0",
|
||||
"vimeo/psalm": "^5.23.1"
|
||||
"vimeo/psalm": "^5.26.1"
|
||||
},
|
||||
"suggest": {
|
||||
"laminas/laminas-authentication": "Laminas\\Authentication component",
|
||||
|
@ -5077,7 +5079,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-04T06:44:31+00:00"
|
||||
"time": "2024-11-21T17:42:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-zendframework-bridge",
|
||||
|
@ -5239,16 +5241,16 @@
|
|||
},
|
||||
{
|
||||
"name": "monarc/frontoffice",
|
||||
"version": "v2.13.1",
|
||||
"version": "v2.13.1-p1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/monarc-project/zm-client.git",
|
||||
"reference": "75044bee274f64da6c037b47c6b0682a2c92f66c"
|
||||
"reference": "7c120053d4c6cf90069a1c8c452e160f4681ae3a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/75044bee274f64da6c037b47c6b0682a2c92f66c",
|
||||
"reference": "75044bee274f64da6c037b47c6b0682a2c92f66c",
|
||||
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/7c120053d4c6cf90069a1c8c452e160f4681ae3a",
|
||||
"reference": "7c120053d4c6cf90069a1c8c452e160f4681ae3a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5331,9 +5333,9 @@
|
|||
"description": "Frontoffice for monarc/monarc application",
|
||||
"support": {
|
||||
"issues": "https://github.com/monarc-project/zm-client/issues",
|
||||
"source": "https://github.com/monarc-project/zm-client/tree/v2.13.1"
|
||||
"source": "https://github.com/monarc-project/zm-client/tree/v2.13.1-p1"
|
||||
},
|
||||
"time": "2024-11-20T18:47:52+00:00"
|
||||
"time": "2024-11-26T18:47:58+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
|
Loading…
Reference in New Issue