forked from mirror/Part-DB.Part-DB-server
Updated dependencies.
This commit is contained in:
parent
f35a8611e3
commit
3bf346f756
2 changed files with 181 additions and 118 deletions
143
composer.lock
generated
143
composer.lock
generated
|
@ -124,20 +124,21 @@
|
|||
},
|
||||
{
|
||||
"name": "doctrine/annotations",
|
||||
"version": "v1.8.0",
|
||||
"version": "1.10.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/annotations.git",
|
||||
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc"
|
||||
"reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/annotations/zipball/904dca4eb10715b92569fbcd79e201d5c349b6bc",
|
||||
"reference": "904dca4eb10715b92569fbcd79e201d5c349b6bc",
|
||||
"url": "https://api.github.com/repos/doctrine/annotations/zipball/5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
|
||||
"reference": "5eb79f3dbdffed6544e1fc287572c0f462bd29bb",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/lexer": "1.*",
|
||||
"ext-tokenizer": "*",
|
||||
"php": "^7.1"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -147,7 +148,7 @@
|
|||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.7.x-dev"
|
||||
"dev-master": "1.9.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -188,7 +189,7 @@
|
|||
"docblock",
|
||||
"parser"
|
||||
],
|
||||
"time": "2019-10-01T18:55:10+00:00"
|
||||
"time": "2020-04-02T12:33:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/cache",
|
||||
|
@ -3703,16 +3704,16 @@
|
|||
},
|
||||
{
|
||||
"name": "s9e/text-formatter",
|
||||
"version": "2.3.7",
|
||||
"version": "2.4.0",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/s9e/TextFormatter.git",
|
||||
"reference": "39088b779b71e120098a7a8a8f7dc4900cb8b671"
|
||||
"reference": "a9644df49d31c2fcadf65cc2e6b5816c75a390ae"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/39088b779b71e120098a7a8a8f7dc4900cb8b671",
|
||||
"reference": "39088b779b71e120098a7a8a8f7dc4900cb8b671",
|
||||
"url": "https://api.github.com/repos/s9e/TextFormatter/zipball/a9644df49d31c2fcadf65cc2e6b5816c75a390ae",
|
||||
"reference": "a9644df49d31c2fcadf65cc2e6b5816c75a390ae",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -3738,7 +3739,7 @@
|
|||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"version": "2.3.7"
|
||||
"version": "2.4.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
|
@ -3768,7 +3769,7 @@
|
|||
"parser",
|
||||
"shortcodes"
|
||||
],
|
||||
"time": "2020-03-10T23:47:09+00:00"
|
||||
"time": "2020-03-31T16:44:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "scheb/two-factor-bundle",
|
||||
|
@ -8869,16 +8870,16 @@
|
|||
"packages-dev": [
|
||||
{
|
||||
"name": "amphp/amp",
|
||||
"version": "v2.4.1",
|
||||
"version": "v2.4.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/amphp/amp.git",
|
||||
"reference": "2ac3b550c4997f2ec304faa63c8b2885079a2dc4"
|
||||
"reference": "feca077369a47263b22156b3c6389e55f3809f24"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/amphp/amp/zipball/2ac3b550c4997f2ec304faa63c8b2885079a2dc4",
|
||||
"reference": "2ac3b550c4997f2ec304faa63c8b2885079a2dc4",
|
||||
"url": "https://api.github.com/repos/amphp/amp/zipball/feca077369a47263b22156b3c6389e55f3809f24",
|
||||
"reference": "feca077369a47263b22156b3c6389e55f3809f24",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -8888,14 +8889,15 @@
|
|||
"amphp/php-cs-fixer-config": "dev-master",
|
||||
"amphp/phpunit-util": "^1",
|
||||
"ext-json": "*",
|
||||
"phpstan/phpstan": "^0.8.5",
|
||||
"jetbrains/phpstorm-stubs": "^2019.3",
|
||||
"phpunit/phpunit": "^6.0.9 | ^7",
|
||||
"react/promise": "^2"
|
||||
"react/promise": "^2",
|
||||
"vimeo/psalm": "^3.9@dev"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "2.0.x-dev"
|
||||
"dev-master": "2.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
@ -8942,20 +8944,20 @@
|
|||
"non-blocking",
|
||||
"promise"
|
||||
],
|
||||
"time": "2020-02-10T18:10:57+00:00"
|
||||
"time": "2020-04-04T15:05:26+00:00"
|
||||
},
|
||||
{
|
||||
"name": "amphp/byte-stream",
|
||||
"version": "v1.7.2",
|
||||
"version": "v1.7.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/amphp/byte-stream.git",
|
||||
"reference": "1e52f1752b2e20e2a7e464476ef887a2388e3832"
|
||||
"reference": "b867505edb79dda8f253ca3c3a2bbadae4b16592"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/1e52f1752b2e20e2a7e464476ef887a2388e3832",
|
||||
"reference": "1e52f1752b2e20e2a7e464476ef887a2388e3832",
|
||||
"url": "https://api.github.com/repos/amphp/byte-stream/zipball/b867505edb79dda8f253ca3c3a2bbadae4b16592",
|
||||
"reference": "b867505edb79dda8f253ca3c3a2bbadae4b16592",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -8965,10 +8967,16 @@
|
|||
"amphp/php-cs-fixer-config": "dev-master",
|
||||
"amphp/phpunit-util": "^1",
|
||||
"friendsofphp/php-cs-fixer": "^2.3",
|
||||
"infection/infection": "^0.9.3",
|
||||
"phpunit/phpunit": "^6"
|
||||
"jetbrains/phpstorm-stubs": "^2019.3",
|
||||
"phpunit/phpunit": "^6 || ^7 || ^8",
|
||||
"vimeo/psalm": "^3.9@dev"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"branch-alias": {
|
||||
"dev-master": "1.x-dev"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Amp\\ByteStream\\": "lib"
|
||||
|
@ -9001,7 +9009,7 @@
|
|||
"non-blocking",
|
||||
"stream"
|
||||
],
|
||||
"time": "2020-01-29T18:22:23+00:00"
|
||||
"time": "2020-04-04T16:56:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "composer/semver",
|
||||
|
@ -9831,28 +9839,30 @@
|
|||
},
|
||||
{
|
||||
"name": "nette/http",
|
||||
"version": "v3.0.3",
|
||||
"version": "v3.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nette/http.git",
|
||||
"reference": "1df063526343299ea7fccdf90de6575db3559ff5"
|
||||
"reference": "e4d8d360c66c8af9512ca13ab629d312af2b3ce3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nette/http/zipball/1df063526343299ea7fccdf90de6575db3559ff5",
|
||||
"reference": "1df063526343299ea7fccdf90de6575db3559ff5",
|
||||
"url": "https://api.github.com/repos/nette/http/zipball/e4d8d360c66c8af9512ca13ab629d312af2b3ce3",
|
||||
"reference": "e4d8d360c66c8af9512ca13ab629d312af2b3ce3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"nette/utils": "^3.0",
|
||||
"nette/utils": "^3.1",
|
||||
"php": ">=7.1"
|
||||
},
|
||||
"conflict": {
|
||||
"nette/di": "<3.0.0-stable"
|
||||
"nette/di": "<3.0.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"nette/di": "^3.0",
|
||||
"nette/security": "^3.0",
|
||||
"nette/tester": "^2.0",
|
||||
"phpstan/phpstan": "^0.12",
|
||||
"tracy/tracy": "^2.4"
|
||||
},
|
||||
"suggest": {
|
||||
|
@ -9873,8 +9883,8 @@
|
|||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"BSD-3-Clause",
|
||||
"GPL-2.0",
|
||||
"GPL-3.0"
|
||||
"GPL-2.0-only",
|
||||
"GPL-3.0-only"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
|
@ -9899,7 +9909,7 @@
|
|||
"session",
|
||||
"url"
|
||||
],
|
||||
"time": "2019-10-31T15:07:40+00:00"
|
||||
"time": "2020-03-31T13:31:41+00:00"
|
||||
},
|
||||
{
|
||||
"name": "nette/robot-loader",
|
||||
|
@ -10201,20 +10211,20 @@
|
|||
},
|
||||
{
|
||||
"name": "phpstan/extension-installer",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/phpstan/extension-installer.git",
|
||||
"reference": "295656793c53b5eb73a38486032ad1bd650264bc"
|
||||
"reference": "2e041def501d661b806f50000c8a4dccbd4907b4"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/295656793c53b5eb73a38486032ad1bd650264bc",
|
||||
"reference": "295656793c53b5eb73a38486032ad1bd650264bc",
|
||||
"url": "https://api.github.com/repos/phpstan/extension-installer/zipball/2e041def501d661b806f50000c8a4dccbd4907b4",
|
||||
"reference": "2e041def501d661b806f50000c8a4dccbd4907b4",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"composer-plugin-api": "^1.1",
|
||||
"composer-plugin-api": "^1.1 || ^2.0",
|
||||
"php": "^7.1",
|
||||
"phpstan/phpstan": ">=0.11.6"
|
||||
},
|
||||
|
@ -10222,6 +10232,7 @@
|
|||
"composer/composer": "^1.8",
|
||||
"consistence/coding-standard": "^3.8",
|
||||
"dealerdirect/phpcodesniffer-composer-installer": "^0.4.4",
|
||||
"ergebnis/composer-normalize": "^2.0.2",
|
||||
"jakub-onderka/php-parallel-lint": "^1.0",
|
||||
"phing/phing": "^2.16",
|
||||
"phpstan/phpstan-strict-rules": "^0.11",
|
||||
|
@ -10241,7 +10252,7 @@
|
|||
"MIT"
|
||||
],
|
||||
"description": "Composer plugin for automatic installation of PHPStan extensions",
|
||||
"time": "2019-10-18T17:09:48+00:00"
|
||||
"time": "2020-03-31T16:00:42+00:00"
|
||||
},
|
||||
{
|
||||
"name": "phpstan/phpdoc-parser",
|
||||
|
@ -10520,12 +10531,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/Roave/SecurityAdvisories.git",
|
||||
"reference": "abf855b59c93a92efbebc39107e2a5a6215a0488"
|
||||
"reference": "0f73cf4b4b9227eb8845723bc2a8869bc4dd6e8f"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/abf855b59c93a92efbebc39107e2a5a6215a0488",
|
||||
"reference": "abf855b59c93a92efbebc39107e2a5a6215a0488",
|
||||
"url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/0f73cf4b4b9227eb8845723bc2a8869bc4dd6e8f",
|
||||
"reference": "0f73cf4b4b9227eb8845723bc2a8869bc4dd6e8f",
|
||||
"shasum": ""
|
||||
},
|
||||
"conflict": {
|
||||
|
@ -10566,8 +10577,8 @@
|
|||
"doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1",
|
||||
"dolibarr/dolibarr": "<=10.0.6",
|
||||
"dompdf/dompdf": ">=0.6,<0.6.2",
|
||||
"drupal/core": ">=7,<7.69|>=8,<8.7.11|>=8.8,<8.8.1",
|
||||
"drupal/drupal": ">=7,<7.69|>=8,<8.7.11|>=8.8,<8.8.1",
|
||||
"drupal/core": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4",
|
||||
"drupal/drupal": ">=7,<7.69|>=8,<8.7.12|>=8.8,<8.8.4",
|
||||
"endroid/qr-code-bundle": "<3.4.2",
|
||||
"enshrined/svg-sanitize": "<0.13.1",
|
||||
"erusev/parsedown": "<1.7.2",
|
||||
|
@ -10776,7 +10787,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
|
||||
"time": "2020-03-30T15:16:05+00:00"
|
||||
"time": "2020-03-31T14:30:16+00:00"
|
||||
},
|
||||
{
|
||||
"name": "sebastian/diff",
|
||||
|
@ -11408,12 +11419,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symplify/auto-bind-parameter.git",
|
||||
"reference": "ac4d0fff0159becdf0044641b9eb48e89afe1480"
|
||||
"reference": "76a02d2ec1252ea58b3ef1d8d974b61529313096"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symplify/auto-bind-parameter/zipball/ac4d0fff0159becdf0044641b9eb48e89afe1480",
|
||||
"reference": "ac4d0fff0159becdf0044641b9eb48e89afe1480",
|
||||
"url": "https://api.github.com/repos/symplify/auto-bind-parameter/zipball/76a02d2ec1252ea58b3ef1d8d974b61529313096",
|
||||
"reference": "76a02d2ec1252ea58b3ef1d8d974b61529313096",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -11450,12 +11461,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symplify/autowire-array-parameter.git",
|
||||
"reference": "e36a0d7e2e4b0a3764c192ac9cca1b2860255eda"
|
||||
"reference": "6d4fba4b5c9290077891b4c6d21c14657bf829af"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/e36a0d7e2e4b0a3764c192ac9cca1b2860255eda",
|
||||
"reference": "e36a0d7e2e4b0a3764c192ac9cca1b2860255eda",
|
||||
"url": "https://api.github.com/repos/symplify/autowire-array-parameter/zipball/6d4fba4b5c9290077891b4c6d21c14657bf829af",
|
||||
"reference": "6d4fba4b5c9290077891b4c6d21c14657bf829af",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -11492,12 +11503,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symplify/coding-standard.git",
|
||||
"reference": "3eebdd4e08ebac565461a06c29e28198996bf1c4"
|
||||
"reference": "b1ddc8c909b3f1199c6e6c0c48b66d219fbc3364"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symplify/coding-standard/zipball/3eebdd4e08ebac565461a06c29e28198996bf1c4",
|
||||
"reference": "3eebdd4e08ebac565461a06c29e28198996bf1c4",
|
||||
"url": "https://api.github.com/repos/symplify/coding-standard/zipball/b1ddc8c909b3f1199c6e6c0c48b66d219fbc3364",
|
||||
"reference": "b1ddc8c909b3f1199c6e6c0c48b66d219fbc3364",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -11613,12 +11624,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symplify/package-builder.git",
|
||||
"reference": "1cddbbfa94c1d78a380c6b3996d09eb7c5710560"
|
||||
"reference": "91e019cad6441b8a5e7b300e153cb1c3d3ec7e29"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symplify/package-builder/zipball/1cddbbfa94c1d78a380c6b3996d09eb7c5710560",
|
||||
"reference": "1cddbbfa94c1d78a380c6b3996d09eb7c5710560",
|
||||
"url": "https://api.github.com/repos/symplify/package-builder/zipball/91e019cad6441b8a5e7b300e153cb1c3d3ec7e29",
|
||||
"reference": "91e019cad6441b8a5e7b300e153cb1c3d3ec7e29",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -11659,12 +11670,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symplify/set-config-resolver.git",
|
||||
"reference": "03f58a1cfcb0018c833a0b8d7210ebf652b5d3f1"
|
||||
"reference": "992f7b2f11107835e122a5fa460716803a84cbb1"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symplify/set-config-resolver/zipball/03f58a1cfcb0018c833a0b8d7210ebf652b5d3f1",
|
||||
"reference": "03f58a1cfcb0018c833a0b8d7210ebf652b5d3f1",
|
||||
"url": "https://api.github.com/repos/symplify/set-config-resolver/zipball/992f7b2f11107835e122a5fa460716803a84cbb1",
|
||||
"reference": "992f7b2f11107835e122a5fa460716803a84cbb1",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
@ -11702,12 +11713,12 @@
|
|||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/symplify/smart-file-system.git",
|
||||
"reference": "d81f1b5ffa083713c49e0308e0f94be7ff4b55fc"
|
||||
"reference": "0ece1df8c6904124750eae94c7b33c781ed3d72d"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/symplify/smart-file-system/zipball/d81f1b5ffa083713c49e0308e0f94be7ff4b55fc",
|
||||
"reference": "d81f1b5ffa083713c49e0308e0f94be7ff4b55fc",
|
||||
"url": "https://api.github.com/repos/symplify/smart-file-system/zipball/0ece1df8c6904124750eae94c7b33c781ed3d72d",
|
||||
"reference": "0ece1df8c6904124750eae94c7b33c781ed3d72d",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue