Updated the client version patch.

pull/413/head v2.11.1
Ruslan Baidan 2021-11-12 13:46:39 +01:00
parent 98bb6d9b26
commit 7ce775fcd8
No known key found for this signature in database
GPG Key ID: 4B7724C136BF1D89
1 changed files with 22 additions and 22 deletions

44
composer.lock generated
View File

@ -939,16 +939,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "2.13.4", "version": "2.13.5",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "2411a55a2a628e6d8dd598388ab13474802c7b6e" "reference": "d92ddb260547c2a7b650ff140f744eb6f395d8fc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/2411a55a2a628e6d8dd598388ab13474802c7b6e", "url": "https://api.github.com/repos/doctrine/dbal/zipball/d92ddb260547c2a7b650ff140f744eb6f395d8fc",
"reference": "2411a55a2a628e6d8dd598388ab13474802c7b6e", "reference": "d92ddb260547c2a7b650ff140f744eb6f395d8fc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -961,13 +961,13 @@
"require-dev": { "require-dev": {
"doctrine/coding-standard": "9.0.0", "doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2021.1", "jetbrains/phpstorm-stubs": "2021.1",
"phpstan/phpstan": "0.12.99", "phpstan/phpstan": "1.1.1",
"phpunit/phpunit": "^7.5.20|^8.5|9.5.10", "phpunit/phpunit": "^7.5.20|^8.5|9.5.10",
"psalm/plugin-phpunit": "0.16.1", "psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.0", "squizlabs/php_codesniffer": "3.6.1",
"symfony/cache": "^4.4", "symfony/cache": "^4.4",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "4.10.0" "vimeo/psalm": "4.12.0"
}, },
"suggest": { "suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files." "symfony/console": "For helpful console commands such as SQL execution and import of files."
@ -1028,7 +1028,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/dbal/issues", "issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/2.13.4" "source": "https://github.com/doctrine/dbal/tree/2.13.5"
}, },
"funding": [ "funding": [
{ {
@ -1044,7 +1044,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-10-02T15:59:26+00:00" "time": "2021-11-11T16:27:36+00:00"
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",
@ -4690,16 +4690,16 @@
}, },
{ {
"name": "monarc/frontoffice", "name": "monarc/frontoffice",
"version": "v2.11.1-p1", "version": "v2.11.1-p2",
"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": "2c67ce80e89d0f73b349e866f0348e82c9aa68d4" "reference": "f30d5165ee39a5b3e5f773ce1678ec104f6bd0f1"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/monarc-project/zm-client/zipball/2c67ce80e89d0f73b349e866f0348e82c9aa68d4", "url": "https://api.github.com/repos/monarc-project/zm-client/zipball/f30d5165ee39a5b3e5f773ce1678ec104f6bd0f1",
"reference": "2c67ce80e89d0f73b349e866f0348e82c9aa68d4", "reference": "f30d5165ee39a5b3e5f773ce1678ec104f6bd0f1",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4780,9 +4780,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.11.1-p1" "source": "https://github.com/monarc-project/zm-client/tree/v2.11.1-p2"
}, },
"time": "2021-11-11T10:48:01+00:00" "time": "2021-11-12T08:59:17+00:00"
}, },
{ {
"name": "nikic/php-parser", "name": "nikic/php-parser",
@ -8664,16 +8664,16 @@
}, },
{ {
"name": "sebastian/exporter", "name": "sebastian/exporter",
"version": "3.1.3", "version": "3.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git", "url": "https://github.com/sebastianbergmann/exporter.git",
"reference": "6b853149eab67d4da22291d36f5b0631c0fd856e" "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/6b853149eab67d4da22291d36f5b0631c0fd856e", "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
"reference": "6b853149eab67d4da22291d36f5b0631c0fd856e", "reference": "0c32ea2e40dbf59de29f3b49bf375176ce7dd8db",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -8682,7 +8682,7 @@
}, },
"require-dev": { "require-dev": {
"ext-mbstring": "*", "ext-mbstring": "*",
"phpunit/phpunit": "^6.0" "phpunit/phpunit": "^8.5"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
@ -8729,7 +8729,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues", "issues": "https://github.com/sebastianbergmann/exporter/issues",
"source": "https://github.com/sebastianbergmann/exporter/tree/3.1.3" "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.4"
}, },
"funding": [ "funding": [
{ {
@ -8737,7 +8737,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2020-11-30T07:47:53+00:00" "time": "2021-11-11T13:51:24+00:00"
}, },
{ {
"name": "sebastian/global-state", "name": "sebastian/global-state",