Updated the client dependency with a fix of the analysis creation from specific model and report's order.
parent
ed598a023f
commit
67fffb0348
|
@ -2474,22 +2474,22 @@
|
|||
},
|
||||
{
|
||||
"name": "laminas/laminas-config",
|
||||
"version": "3.9.0",
|
||||
"version": "3.10.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-config.git",
|
||||
"reference": "e53717277f6c22b1c697a46473b9a5ec9a438efa"
|
||||
"reference": "b79e7dbd01889e4574526cf8d2b18f9d5b18384c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-config/zipball/e53717277f6c22b1c697a46473b9a5ec9a438efa",
|
||||
"reference": "e53717277f6c22b1c697a46473b9a5ec9a438efa",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-config/zipball/b79e7dbd01889e4574526cf8d2b18f9d5b18384c",
|
||||
"reference": "b79e7dbd01889e4574526cf8d2b18f9d5b18384c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"laminas/laminas-stdlib": "^3.6",
|
||||
"php": "~8.0.0 || ~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.0"
|
||||
},
|
||||
"conflict": {
|
||||
|
@ -2497,11 +2497,11 @@
|
|||
"zendframework/zend-config": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laminas/laminas-coding-standard": "~2.4.0",
|
||||
"laminas/laminas-filter": "~2.23.0",
|
||||
"laminas/laminas-i18n": "~2.19.0",
|
||||
"laminas/laminas-servicemanager": "~3.19.0",
|
||||
"phpunit/phpunit": "~9.5.25"
|
||||
"laminas/laminas-coding-standard": "^3.0.1",
|
||||
"laminas/laminas-filter": "^2.39.0",
|
||||
"laminas/laminas-i18n": "^2.29.0",
|
||||
"laminas/laminas-servicemanager": "^3.23.0",
|
||||
"phpunit/phpunit": "^10.5.38"
|
||||
},
|
||||
"suggest": {
|
||||
"laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
|
||||
|
@ -2538,7 +2538,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2023-09-19T12:02:54+00:00"
|
||||
"time": "2024-11-17T22:10:53+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-console",
|
||||
|
@ -3419,35 +3419,35 @@
|
|||
},
|
||||
{
|
||||
"name": "laminas/laminas-inputfilter",
|
||||
"version": "2.30.1",
|
||||
"version": "2.31.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-inputfilter.git",
|
||||
"reference": "f07a908df1052f28b18904d3745cdd5b183938c9"
|
||||
"reference": "214b033769616f4211ffb63b432b716d786622c9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/f07a908df1052f28b18904d3745cdd5b183938c9",
|
||||
"reference": "f07a908df1052f28b18904d3745cdd5b183938c9",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-inputfilter/zipball/214b033769616f4211ffb63b432b716d786622c9",
|
||||
"reference": "214b033769616f4211ffb63b432b716d786622c9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laminas/laminas-filter": "^2.19",
|
||||
"laminas/laminas-servicemanager": "^3.21.0",
|
||||
"laminas/laminas-stdlib": "^3.0",
|
||||
"laminas/laminas-validator": "^2.52",
|
||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
|
||||
"laminas/laminas-stdlib": "^3.19",
|
||||
"laminas/laminas-validator": "^2.60.0",
|
||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
|
||||
},
|
||||
"conflict": {
|
||||
"zendframework/zend-inputfilter": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-json": "*",
|
||||
"laminas/laminas-coding-standard": "~2.5.0",
|
||||
"phpunit/phpunit": "^10.5.15",
|
||||
"laminas/laminas-coding-standard": "~3.0",
|
||||
"phpunit/phpunit": "^10.5.20",
|
||||
"psalm/plugin-phpunit": "^0.19.0",
|
||||
"psr/http-message": "^2.0",
|
||||
"vimeo/psalm": "^5.23.1",
|
||||
"vimeo/psalm": "^5.24.0",
|
||||
"webmozart/assert": "^1.11"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -3489,7 +3489,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2024-04-03T15:14:05+00:00"
|
||||
"time": "2024-11-15T20:17:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-json",
|
||||
|
@ -3835,16 +3835,16 @@
|
|||
},
|
||||
{
|
||||
"name": "laminas/laminas-modulemanager",
|
||||
"version": "2.16.0",
|
||||
"version": "2.17.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-modulemanager.git",
|
||||
"reference": "8df7b237d75c04a1bc17b8f7d01eeb601cd7b7e3"
|
||||
"reference": "3cd6e84ba767b43a47c6c4245a56b30ac3738c6a"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/8df7b237d75c04a1bc17b8f7d01eeb601cd7b7e3",
|
||||
"reference": "8df7b237d75c04a1bc17b8f7d01eeb601cd7b7e3",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/3cd6e84ba767b43a47c6c4245a56b30ac3738c6a",
|
||||
"reference": "3cd6e84ba767b43a47c6c4245a56b30ac3738c6a",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3852,20 +3852,21 @@
|
|||
"laminas/laminas-config": "^3.7",
|
||||
"laminas/laminas-eventmanager": "^3.4",
|
||||
"laminas/laminas-stdlib": "^3.6",
|
||||
"php": "~8.1.0 || ~8.2.0|| ~8.3.0",
|
||||
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
|
||||
"webimpress/safe-writer": "^1.0.2 || ^2.1"
|
||||
},
|
||||
"conflict": {
|
||||
"amphp/amp": "<2.6.4",
|
||||
"zendframework/zend-modulemanager": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laminas/laminas-coding-standard": "^2.5",
|
||||
"laminas/laminas-loader": "^2.10",
|
||||
"laminas/laminas-mvc": "^3.6.1",
|
||||
"laminas/laminas-servicemanager": "^3.22.1",
|
||||
"phpunit/phpunit": "^10.4.2",
|
||||
"laminas/laminas-coding-standard": "^3.0.1",
|
||||
"laminas/laminas-loader": "^2.11",
|
||||
"laminas/laminas-mvc": "^3.7.0",
|
||||
"laminas/laminas-servicemanager": "^3.23.0",
|
||||
"phpunit/phpunit": "^10.5.38",
|
||||
"psalm/plugin-phpunit": "^0.19.0",
|
||||
"vimeo/psalm": "^5.15"
|
||||
"vimeo/psalm": "^5.26.1"
|
||||
},
|
||||
"suggest": {
|
||||
"laminas/laminas-console": "Laminas\\Console component",
|
||||
|
@ -3903,7 +3904,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2024-06-14T14:44:50+00:00"
|
||||
"time": "2024-11-17T22:29:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-mvc",
|
||||
|
@ -4725,31 +4726,31 @@
|
|||
},
|
||||
{
|
||||
"name": "laminas/laminas-text",
|
||||
"version": "2.11.0",
|
||||
"version": "2.12.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/laminas/laminas-text.git",
|
||||
"reference": "d799f3ccb3547e9e6ab313447138bae7009c7cc7"
|
||||
"reference": "6e9a39b85d3b718d36fb1c7c452dbd32531ff4f8"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-text/zipball/d799f3ccb3547e9e6ab313447138bae7009c7cc7",
|
||||
"reference": "d799f3ccb3547e9e6ab313447138bae7009c7cc7",
|
||||
"url": "https://api.github.com/repos/laminas/laminas-text/zipball/6e9a39b85d3b718d36fb1c7c452dbd32531ff4f8",
|
||||
"reference": "6e9a39b85d3b718d36fb1c7c452dbd32531ff4f8",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"laminas/laminas-servicemanager": "^3.22.0",
|
||||
"laminas/laminas-stdlib": "^3.7.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-text": "*"
|
||||
},
|
||||
"require-dev": {
|
||||
"laminas/laminas-coding-standard": "~2.5.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"laminas/laminas-coding-standard": "^3.0.1",
|
||||
"phpunit/phpunit": "^10.5.38",
|
||||
"psalm/plugin-phpunit": "^0.18.4",
|
||||
"vimeo/psalm": "^5.1"
|
||||
"vimeo/psalm": "^5.26.1"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
|
@ -4781,7 +4782,7 @@
|
|||
"type": "community_bridge"
|
||||
}
|
||||
],
|
||||
"time": "2023-11-07T16:45:45+00:00"
|
||||
"time": "2024-11-13T21:28:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "laminas/laminas-translator",
|
||||
|
@ -5147,12 +5148,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/monarc-project/zm-core.git",
|
||||
"reference": "91da56547f467cb05feb617227ca2c88ee276c57"
|
||||
"reference": "82b14236e2594749bf88181e0a2c6ac1759d4dd7"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/91da56547f467cb05feb617227ca2c88ee276c57",
|
||||
"reference": "91da56547f467cb05feb617227ca2c88ee276c57",
|
||||
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/82b14236e2594749bf88181e0a2c6ac1759d4dd7",
|
||||
"reference": "82b14236e2594749bf88181e0a2c6ac1759d4dd7",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5234,7 +5235,7 @@
|
|||
"issues": "https://github.com/monarc-project/zm-core/issues",
|
||||
"source": "https://github.com/monarc-project/zm-core/tree/v2.13.1"
|
||||
},
|
||||
"time": "2024-11-13T17:33:56+00:00"
|
||||
"time": "2024-11-18T11:00:08+00:00"
|
||||
},
|
||||
{
|
||||
"name": "monarc/frontoffice",
|
||||
|
@ -5242,12 +5243,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/monarc-project/zm-client.git",
|
||||
"reference": "f17a7c846c08336fdaa95d43ead0a2da7d5b9d79"
|
||||
"reference": "f06d6a57dc384cb55214ed17a9cd6753995950a4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/f17a7c846c08336fdaa95d43ead0a2da7d5b9d79",
|
||||
"reference": "f17a7c846c08336fdaa95d43ead0a2da7d5b9d79",
|
||||
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/f06d6a57dc384cb55214ed17a9cd6753995950a4",
|
||||
"reference": "f06d6a57dc384cb55214ed17a9cd6753995950a4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -5332,7 +5333,7 @@
|
|||
"issues": "https://github.com/monarc-project/zm-client/issues",
|
||||
"source": "https://github.com/monarc-project/zm-client/tree/v2.13.1"
|
||||
},
|
||||
"time": "2024-11-13T17:19:40+00:00"
|
||||
"time": "2024-11-18T11:03:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nikic/php-parser",
|
||||
|
@ -8464,12 +8465,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "1b71197bf4ffb07c6beb67162144e07052aac77c"
|
||||
"reference": "9f1d9b2460cdd0422e8cfd58763bf3156ad7f487"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/1b71197bf4ffb07c6beb67162144e07052aac77c",
|
||||
"reference": "1b71197bf4ffb07c6beb67162144e07052aac77c",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/9f1d9b2460cdd0422e8cfd58763bf3156ad7f487",
|
||||
"reference": "9f1d9b2460cdd0422e8cfd58763bf3156ad7f487",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
|
@ -8515,6 +8516,7 @@
|
|||
"azuracast/azuracast": "<0.18.3",
|
||||
"backdrop/backdrop": "<1.27.3|>=1.28,<1.28.2",
|
||||
"backpack/crud": "<3.4.9",
|
||||
"backpack/filemanager": "<3.0.9",
|
||||
"bacula-web/bacula-web": "<8.0.0.0-RC2-dev",
|
||||
"badaso/core": "<2.7",
|
||||
"bagisto/bagisto": "<2.1",
|
||||
|
@ -8846,7 +8848,7 @@
|
|||
"mojo42/jirafeau": "<4.4",
|
||||
"mongodb/mongodb": ">=1,<1.9.2",
|
||||
"monolog/monolog": ">=1.8,<1.12",
|
||||
"moodle/moodle": "<4.3.6|>=4.4,<4.4.2",
|
||||
"moodle/moodle": "<4.3.6|>=4.4,<4.4.4",
|
||||
"mos/cimage": "<0.7.19",
|
||||
"movim/moxl": ">=0.8,<=0.10",
|
||||
"movingbytes/social-network": "<=1.2.1",
|
||||
|
@ -9160,7 +9162,7 @@
|
|||
"ua-parser/uap-php": "<3.8",
|
||||
"uasoft-indonesia/badaso": "<=2.9.7",
|
||||
"unisharp/laravel-filemanager": "<2.6.4",
|
||||
"unopim/unopim": "<0.1.4",
|
||||
"unopim/unopim": "<0.1.5",
|
||||
"userfrosting/userfrosting": ">=0.3.1,<4.6.3",
|
||||
"usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
|
||||
"uvdesk/community-skeleton": "<=1.1.1",
|
||||
|
@ -9297,7 +9299,7 @@
|
|||
"type": "tidelift"
|
||||
}
|
||||
],
|
||||
"time": "2024-11-13T16:05:45+00:00"
|
||||
"time": "2024-11-13T19:05:18+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/cli-parser",
|
||||
|
|
Loading…
Reference in New Issue