Fixed the issue of the analysis creation.

feature/dockerized-app v2.12.3-p1
Ruslan Baidan 2022-10-12 13:06:03 +02:00
parent 35a44c2b2e
commit b8b3e8d0cc
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
1 changed files with 57 additions and 53 deletions

110
composer.lock generated
View File

@ -838,16 +838,16 @@
}, },
{ {
"name": "doctrine/common", "name": "doctrine/common",
"version": "3.4.2", "version": "3.4.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/common.git", "url": "https://github.com/doctrine/common.git",
"reference": "609c3a7b6af49a7b4b13945ca2fdf4af801946af" "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/common/zipball/609c3a7b6af49a7b4b13945ca2fdf4af801946af", "url": "https://api.github.com/repos/doctrine/common/zipball/8b5e5650391f851ed58910b3e3d48a71062eeced",
"reference": "609c3a7b6af49a7b4b13945ca2fdf4af801946af", "reference": "8b5e5650391f851ed58910b3e3d48a71062eeced",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -909,7 +909,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/common/issues", "issues": "https://github.com/doctrine/common/issues",
"source": "https://github.com/doctrine/common/tree/3.4.2" "source": "https://github.com/doctrine/common/tree/3.4.3"
}, },
"funding": [ "funding": [
{ {
@ -925,7 +925,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-09-28T14:20:50+00:00" "time": "2022-10-09T11:47:59+00:00"
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
@ -2825,32 +2825,32 @@
}, },
{ {
"name": "laminas/laminas-escaper", "name": "laminas/laminas-escaper",
"version": "2.10.0", "version": "2.12.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-escaper.git", "url": "https://github.com/laminas/laminas-escaper.git",
"reference": "58af67282db37d24e584a837a94ee55b9c7552be" "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/58af67282db37d24e584a837a94ee55b9c7552be", "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
"reference": "58af67282db37d24e584a837a94ee55b9c7552be", "reference": "ee7a4c37bf3d0e8c03635d5bddb5bb3184ead490",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-ctype": "*", "ext-ctype": "*",
"ext-mbstring": "*", "ext-mbstring": "*",
"php": "^7.4 || ~8.0.0 || ~8.1.0" "php": "^7.4 || ~8.0.0 || ~8.1.0 || ~8.2.0"
}, },
"conflict": { "conflict": {
"zendframework/zend-escaper": "*" "zendframework/zend-escaper": "*"
}, },
"require-dev": { "require-dev": {
"infection/infection": "^0.26.6", "infection/infection": "^0.26.6",
"laminas/laminas-coding-standard": "~2.3.0", "laminas/laminas-coding-standard": "~2.4.0",
"maglnet/composer-require-checker": "^3.8.0", "maglnet/composer-require-checker": "^3.8.0",
"phpunit/phpunit": "^9.5.18", "phpunit/phpunit": "^9.5.18",
"psalm/plugin-phpunit": "^0.16.1", "psalm/plugin-phpunit": "^0.17.0",
"vimeo/psalm": "^4.22.0" "vimeo/psalm": "^4.22.0"
}, },
"type": "library", "type": "library",
@ -2883,7 +2883,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2022-03-08T20:15:36+00:00" "time": "2022-10-10T10:11:09+00:00"
}, },
{ {
"name": "laminas/laminas-eventmanager", "name": "laminas/laminas-eventmanager",
@ -2954,19 +2954,20 @@
}, },
{ {
"name": "laminas/laminas-filter", "name": "laminas/laminas-filter",
"version": "2.21.0", "version": "2.22.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/laminas/laminas-filter.git", "url": "https://github.com/laminas/laminas-filter.git",
"reference": "7835f3f3227b1892676cb7366fbed0e521cac845" "reference": "c48e8a392a81de7d211026c078dce0e8bc57e2e3"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/laminas/laminas-filter/zipball/7835f3f3227b1892676cb7366fbed0e521cac845", "url": "https://api.github.com/repos/laminas/laminas-filter/zipball/c48e8a392a81de7d211026c078dce0e8bc57e2e3",
"reference": "7835f3f3227b1892676cb7366fbed0e521cac845", "reference": "c48e8a392a81de7d211026c078dce0e8bc57e2e3",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"ext-mbstring": "*",
"laminas/laminas-servicemanager": "^3.14.0", "laminas/laminas-servicemanager": "^3.14.0",
"laminas/laminas-stdlib": "^3.13.0", "laminas/laminas-stdlib": "^3.13.0",
"php": "^7.4 || ~8.0.0 || ~8.1.0" "php": "^7.4 || ~8.0.0 || ~8.1.0"
@ -3028,7 +3029,7 @@
"type": "community_bridge" "type": "community_bridge"
} }
], ],
"time": "2022-09-30T09:15:24+00:00" "time": "2022-10-11T08:14:46+00:00"
}, },
{ {
"name": "laminas/laminas-form", "name": "laminas/laminas-form",
@ -4754,16 +4755,16 @@
}, },
{ {
"name": "monarc/core", "name": "monarc/core",
"version": "v2.12.3-p1", "version": "v2.12.3-p3",
"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": "34c2ed3373d60c1e7a055448efdfcbbe6229645b" "reference": "e69dd923c4a0aee7065c53d14b304f5c5c0b0b9a"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-core/zipball/34c2ed3373d60c1e7a055448efdfcbbe6229645b", "url": "https://api.github.com/repos/monarc-project/zm-core/zipball/e69dd923c4a0aee7065c53d14b304f5c5c0b0b9a",
"reference": "34c2ed3373d60c1e7a055448efdfcbbe6229645b", "reference": "e69dd923c4a0aee7065c53d14b304f5c5c0b0b9a",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4840,22 +4841,22 @@
"description": "Core for monarc/monarc application", "description": "Core for monarc/monarc application",
"support": { "support": {
"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.12.3-p1" "source": "https://github.com/monarc-project/zm-core/tree/v2.12.3-p3"
}, },
"time": "2022-10-07T09:13:08+00:00" "time": "2022-10-12T10:49:54+00:00"
}, },
{ {
"name": "monarc/frontoffice", "name": "monarc/frontoffice",
"version": "v2.12.3", "version": "v2.12.3-p1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/monarc-project/zm-client.git", "url": "https://github.com/monarc-project/zm-client.git",
"reference": "dd3229a81470f09c2748e3601589dd0a41e73fdd" "reference": "4f9c532c8f28dc7552a254084c50cf4dd55f0986"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/dd3229a81470f09c2748e3601589dd0a41e73fdd", "url": "https://api.github.com/repos/monarc-project/zm-client/zipball/4f9c532c8f28dc7552a254084c50cf4dd55f0986",
"reference": "dd3229a81470f09c2748e3601589dd0a41e73fdd", "reference": "4f9c532c8f28dc7552a254084c50cf4dd55f0986",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4936,9 +4937,9 @@
"description": "Frontoffice for monarc/monarc application", "description": "Frontoffice for monarc/monarc application",
"support": { "support": {
"issues": "https://github.com/monarc-project/zm-client/issues", "issues": "https://github.com/monarc-project/zm-client/issues",
"source": "https://github.com/monarc-project/zm-client/tree/v2.12.3" "source": "https://github.com/monarc-project/zm-client/tree/v2.12.3-p1"
}, },
"time": "2022-09-23T14:52:02+00:00" "time": "2022-10-12T10:48:30+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
@ -6020,16 +6021,16 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v5.4.13", "version": "v5.4.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "3f97f6c7b7e26848a90c0c0cfb91eeb2bb8618be" "reference": "984ea2c0f45f42dfed01d2f3987b187467c4b16d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/3f97f6c7b7e26848a90c0c0cfb91eeb2bb8618be", "url": "https://api.github.com/repos/symfony/console/zipball/984ea2c0f45f42dfed01d2f3987b187467c4b16d",
"reference": "3f97f6c7b7e26848a90c0c0cfb91eeb2bb8618be", "reference": "984ea2c0f45f42dfed01d2f3987b187467c4b16d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6099,7 +6100,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v5.4.13" "source": "https://github.com/symfony/console/tree/v5.4.14"
}, },
"funding": [ "funding": [
{ {
@ -6115,7 +6116,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-08-26T13:50:20+00:00" "time": "2022-10-07T08:01:20+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
@ -7067,16 +7068,16 @@
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v5.4.13", "version": "v5.4.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "2900c668a32138a34118740de3e4d5a701801f53" "reference": "089e7237497fae7a9c404d0c3aeb8db3254733e4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/2900c668a32138a34118740de3e4d5a701801f53", "url": "https://api.github.com/repos/symfony/string/zipball/089e7237497fae7a9c404d0c3aeb8db3254733e4",
"reference": "2900c668a32138a34118740de3e4d5a701801f53", "reference": "089e7237497fae7a9c404d0c3aeb8db3254733e4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7133,7 +7134,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v5.4.13" "source": "https://github.com/symfony/string/tree/v5.4.14"
}, },
"funding": [ "funding": [
{ {
@ -7149,20 +7150,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-09-01T01:52:16+00:00" "time": "2022-10-05T15:16:54+00:00"
}, },
{ {
"name": "symfony/yaml", "name": "symfony/yaml",
"version": "v5.4.12", "version": "v5.4.14",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/yaml.git", "url": "https://github.com/symfony/yaml.git",
"reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c" "reference": "e83fe9a72011f07c662da46a05603d66deeeb487"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/yaml/zipball/7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c", "url": "https://api.github.com/repos/symfony/yaml/zipball/e83fe9a72011f07c662da46a05603d66deeeb487",
"reference": "7a3aa21ac8ab1a96cc6de5bbcab4bc9fc943b18c", "reference": "e83fe9a72011f07c662da46a05603d66deeeb487",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -7208,7 +7209,7 @@
"description": "Loads and dumps YAML files", "description": "Loads and dumps YAML files",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/yaml/tree/v5.4.12" "source": "https://github.com/symfony/yaml/tree/v5.4.14"
}, },
"funding": [ "funding": [
{ {
@ -7224,7 +7225,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-08-02T15:52:22+00:00" "time": "2022-10-03T15:15:50+00:00"
}, },
{ {
"name": "webimpress/safe-writer", "name": "webimpress/safe-writer",
@ -7995,12 +7996,12 @@
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/Roave/SecurityAdvisories.git", "url": "https://github.com/Roave/SecurityAdvisories.git",
"reference": "b311503298c072e565411e3ef61c04519272473f" "reference": "2e0b4657407c945bc54a1d73910fcf81fca58ec6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/b311503298c072e565411e3ef61c04519272473f", "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/2e0b4657407c945bc54a1d73910fcf81fca58ec6",
"reference": "b311503298c072e565411e3ef61c04519272473f", "reference": "2e0b4657407c945bc54a1d73910fcf81fca58ec6",
"shasum": "" "shasum": ""
}, },
"conflict": { "conflict": {
@ -8214,6 +8215,9 @@
"matyhtf/framework": "<3.0.6", "matyhtf/framework": "<3.0.6",
"mautic/core": "<4.3|= 2.13.1", "mautic/core": "<4.3|= 2.13.1",
"mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35", "mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35",
"melisplatform/melis-asset-manager": "<5.0.1",
"melisplatform/melis-cms": "<5.0.1",
"melisplatform/melis-front": "<5.0.1",
"mezzio/mezzio-swoole": "<3.7|>=4,<4.3", "mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
"microweber/microweber": "<=1.3.1", "microweber/microweber": "<=1.3.1",
"miniorange/miniorange-saml": "<1.4.3", "miniorange/miniorange-saml": "<1.4.3",
@ -8511,7 +8515,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-10-06T20:04:40+00:00" "time": "2022-10-11T21:05:01+00:00"
}, },
{ {
"name": "sebastian/code-unit-reverse-lookup", "name": "sebastian/code-unit-reverse-lookup",