mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-02-04 00:19:36 +00:00
Updated dependencies.
This commit is contained in:
parent
e19594f500
commit
dc1f137c97
2 changed files with 220 additions and 168 deletions
80
composer.lock
generated
80
composer.lock
generated
|
|
@ -239,20 +239,20 @@
|
|||
},
|
||||
{
|
||||
"name": "doctrine/cache",
|
||||
"version": "1.10.0",
|
||||
"version": "1.10.1",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/cache.git",
|
||||
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62"
|
||||
"reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/cache/zipball/382e7f4db9a12dc6c19431743a2b096041bcdd62",
|
||||
"reference": "382e7f4db9a12dc6c19431743a2b096041bcdd62",
|
||||
"url": "https://api.github.com/repos/doctrine/cache/zipball/35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
|
||||
"reference": "35a4a70cd94e09e2259dfae7488afc6b474ecbd3",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": "~7.1"
|
||||
"php": "~7.1 || ^8.0"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/common": ">2.2,<2.4"
|
||||
|
|
@ -317,7 +317,7 @@
|
|||
"redis",
|
||||
"xcache"
|
||||
],
|
||||
"time": "2019-11-29T15:36:20+00:00"
|
||||
"time": "2020-05-27T16:24:54+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/collections",
|
||||
|
|
@ -1077,27 +1077,29 @@
|
|||
},
|
||||
{
|
||||
"name": "doctrine/orm",
|
||||
"version": "v2.7.2",
|
||||
"version": "v2.7.3",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/doctrine/orm.git",
|
||||
"reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a"
|
||||
"reference": "d95e03ba660d50d785a9925f41927fef0ee553cf"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/dafe298ce5d0b995ebe1746670704c0a35868a6a",
|
||||
"reference": "dafe298ce5d0b995ebe1746670704c0a35868a6a",
|
||||
"url": "https://api.github.com/repos/doctrine/orm/zipball/d95e03ba660d50d785a9925f41927fef0ee553cf",
|
||||
"reference": "d95e03ba660d50d785a9925f41927fef0ee553cf",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"doctrine/annotations": "^1.8",
|
||||
"doctrine/cache": "^1.9.1",
|
||||
"doctrine/collections": "^1.5",
|
||||
"doctrine/common": "^2.11",
|
||||
"doctrine/common": "^2.11 || ^3.0",
|
||||
"doctrine/dbal": "^2.9.3",
|
||||
"doctrine/event-manager": "^1.1",
|
||||
"doctrine/inflector": "^1.0",
|
||||
"doctrine/instantiator": "^1.3",
|
||||
"doctrine/persistence": "^1.2",
|
||||
"doctrine/lexer": "^1.0",
|
||||
"doctrine/persistence": "^1.3.3 || ^2.0",
|
||||
"ext-pdo": "*",
|
||||
"ocramius/package-versions": "^1.2",
|
||||
"php": "^7.1",
|
||||
|
|
@ -1105,8 +1107,10 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"doctrine/coding-standard": "^5.0",
|
||||
"phpstan/phpstan": "^0.12.18",
|
||||
"phpunit/phpunit": "^7.5",
|
||||
"symfony/yaml": "^3.4|^4.0|^5.0"
|
||||
"symfony/yaml": "^3.4|^4.0|^5.0",
|
||||
"vimeo/psalm": "^3.11"
|
||||
},
|
||||
"suggest": {
|
||||
"symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
|
||||
|
|
@ -1157,7 +1161,7 @@
|
|||
"database",
|
||||
"orm"
|
||||
],
|
||||
"time": "2020-03-19T06:41:02+00:00"
|
||||
"time": "2020-05-26T16:03:49+00:00"
|
||||
},
|
||||
{
|
||||
"name": "doctrine/persistence",
|
||||
|
|
@ -10261,16 +10265,16 @@
|
|||
},
|
||||
{
|
||||
"name": "nette/utils",
|
||||
"version": "v3.1.1",
|
||||
"version": "v3.1.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/nette/utils.git",
|
||||
"reference": "2c17d16d8887579ae1c0898ff94a3668997fd3eb"
|
||||
"reference": "488f58378bba71767e7831c83f9e0fa808bf83b9"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/nette/utils/zipball/2c17d16d8887579ae1c0898ff94a3668997fd3eb",
|
||||
"reference": "2c17d16d8887579ae1c0898ff94a3668997fd3eb",
|
||||
"url": "https://api.github.com/repos/nette/utils/zipball/488f58378bba71767e7831c83f9e0fa808bf83b9",
|
||||
"reference": "488f58378bba71767e7831c83f9e0fa808bf83b9",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -10283,7 +10287,7 @@
|
|||
},
|
||||
"suggest": {
|
||||
"ext-gd": "to use Image",
|
||||
"ext-iconv": "to use Strings::webalize() and toAscii()",
|
||||
"ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
|
||||
"ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
|
||||
"ext-json": "to use Nette\\Utils\\Json",
|
||||
"ext-mbstring": "to use Strings::lower() etc...",
|
||||
|
|
@ -10335,7 +10339,7 @@
|
|||
"utility",
|
||||
"validation"
|
||||
],
|
||||
"time": "2020-02-09T14:10:55+00:00"
|
||||
"time": "2020-05-27T09:58:51+00:00"
|
||||
},
|
||||
{
|
||||
"name": "openlss/lib-array2xml",
|
||||
|
|
@ -10709,16 +10713,16 @@
|
|||
},
|
||||
{
|
||||
"name": "psalm/plugin-symfony",
|
||||
"version": "v1.2.1",
|
||||
"version": "v1.2.2",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/psalm/psalm-plugin-symfony.git",
|
||||
"reference": "95e6128cfae20f4cc0d03ab47510cbe882824132"
|
||||
"reference": "8abc28c3a3fe8a6c656cc896b0e4956948f3f26e"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/95e6128cfae20f4cc0d03ab47510cbe882824132",
|
||||
"reference": "95e6128cfae20f4cc0d03ab47510cbe882824132",
|
||||
"url": "https://api.github.com/repos/psalm/psalm-plugin-symfony/zipball/8abc28c3a3fe8a6c656cc896b0e4956948f3f26e",
|
||||
"reference": "8abc28c3a3fe8a6c656cc896b0e4956948f3f26e",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -10733,6 +10737,9 @@
|
|||
"symfony/console": "*",
|
||||
"weirdan/codeception-psalm-module": "^0.2.2"
|
||||
},
|
||||
"suggest": {
|
||||
"weirdan/doctrine-psalm-plugin": "If Doctrine is used, it is recommended install this plugin"
|
||||
},
|
||||
"type": "psalm-plugin",
|
||||
"extra": {
|
||||
"psalm": {
|
||||
|
|
@ -10755,7 +10762,7 @@
|
|||
}
|
||||
],
|
||||
"description": "Psalm Plugin for Symfony",
|
||||
"time": "2020-04-27T05:38:20+00:00"
|
||||
"time": "2020-05-27T14:08:01+00:00"
|
||||
},
|
||||
{
|
||||
"name": "roave/security-advisories",
|
||||
|
|
@ -11085,16 +11092,16 @@
|
|||
},
|
||||
{
|
||||
"name": "slevomat/coding-standard",
|
||||
"version": "6.3.7",
|
||||
"version": "6.3.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/slevomat/coding-standard.git",
|
||||
"reference": "1f7bd4b5c11cf4a164a400c937483785b0f4eb9e"
|
||||
"reference": "500f55b5e2dee1dcef8e88f2038990acdba29f1c"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/1f7bd4b5c11cf4a164a400c937483785b0f4eb9e",
|
||||
"reference": "1f7bd4b5c11cf4a164a400c937483785b0f4eb9e",
|
||||
"url": "https://api.github.com/repos/slevomat/coding-standard/zipball/500f55b5e2dee1dcef8e88f2038990acdba29f1c",
|
||||
"reference": "500f55b5e2dee1dcef8e88f2038990acdba29f1c",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -11128,7 +11135,7 @@
|
|||
"MIT"
|
||||
],
|
||||
"description": "Slevomat Coding Standard for PHP_CodeSniffer complements Consistence Coding Standard by providing sniffs with additional checks.",
|
||||
"time": "2020-05-25T13:39:15+00:00"
|
||||
"time": "2020-05-27T06:28:47+00:00"
|
||||
},
|
||||
{
|
||||
"name": "squizlabs/php_codesniffer",
|
||||
|
|
@ -12180,16 +12187,16 @@
|
|||
},
|
||||
{
|
||||
"name": "vimeo/psalm",
|
||||
"version": "3.11.4",
|
||||
"version": "3.11.5",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/vimeo/psalm.git",
|
||||
"reference": "58e1d8e68e5098bf4fbfdfb420c38d563f882549"
|
||||
"reference": "3c60609c218d4d4b3b257728b8089094e5c6c6c2"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/vimeo/psalm/zipball/58e1d8e68e5098bf4fbfdfb420c38d563f882549",
|
||||
"reference": "58e1d8e68e5098bf4fbfdfb420c38d563f882549",
|
||||
"url": "https://api.github.com/repos/vimeo/psalm/zipball/3c60609c218d4d4b3b257728b8089094e5c6c6c2",
|
||||
"reference": "3c60609c218d4d4b3b257728b8089094e5c6c6c2",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
|
|
@ -12251,8 +12258,7 @@
|
|||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Psalm\\Plugin\\": "src/Psalm/Plugin",
|
||||
"Psalm\\": "src/Psalm"
|
||||
"Psalm\\": "src/Psalm/"
|
||||
},
|
||||
"files": [
|
||||
"src/functions.php",
|
||||
|
|
@ -12274,7 +12280,7 @@
|
|||
"inspection",
|
||||
"php"
|
||||
],
|
||||
"time": "2020-05-11T13:39:25+00:00"
|
||||
"time": "2020-05-27T15:12:09+00:00"
|
||||
},
|
||||
{
|
||||
"name": "webmozart/glob",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue