[DEPENDENCIES] Update dependencies

This commit is contained in:
Hugo Sales 2021-08-16 18:05:24 +01:00
parent 4f880eb761
commit 5410f22060
Signed by: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 32 additions and 30 deletions

62
composer.lock generated
View File

@ -516,26 +516,26 @@
}, },
{ {
"name": "doctrine/collections", "name": "doctrine/collections",
"version": "1.6.7", "version": "1.6.8",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/collections.git", "url": "https://github.com/doctrine/collections.git",
"reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a" "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/collections/zipball/55f8b799269a1a472457bd1a41b4f379d4cfba4a", "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
"reference": "55f8b799269a1a472457bd1a41b4f379d4cfba4a", "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.1.3 || ^8.0" "php": "^7.1.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^6.0", "doctrine/coding-standard": "^9.0",
"phpstan/phpstan-shim": "^0.9.2", "phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^7.0", "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
"vimeo/psalm": "^3.8.1" "vimeo/psalm": "^4.2.1"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -579,9 +579,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/collections/issues", "issues": "https://github.com/doctrine/collections/issues",
"source": "https://github.com/doctrine/collections/tree/1.6.7" "source": "https://github.com/doctrine/collections/tree/1.6.8"
}, },
"time": "2020-07-27T17:53:49+00:00" "time": "2021-08-10T18:51:53+00:00"
}, },
{ {
"name": "doctrine/common", "name": "doctrine/common",
@ -1466,43 +1466,45 @@
}, },
{ {
"name": "doctrine/orm", "name": "doctrine/orm",
"version": "2.9.3", "version": "2.9.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/orm.git", "url": "https://github.com/doctrine/orm.git",
"reference": "82e77cf5089a1303733f75f0f0ed01be3ab9ec22" "reference": "b19a13f4edfaa5806109cd899f5912a7df1547b5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/orm/zipball/82e77cf5089a1303733f75f0f0ed01be3ab9ec22", "url": "https://api.github.com/repos/doctrine/orm/zipball/b19a13f4edfaa5806109cd899f5912a7df1547b5",
"reference": "82e77cf5089a1303733f75f0f0ed01be3ab9ec22", "reference": "b19a13f4edfaa5806109cd899f5912a7df1547b5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer/package-versions-deprecated": "^1.8", "composer/package-versions-deprecated": "^1.8",
"doctrine/annotations": "^1.13", "doctrine/annotations": "^1.13",
"doctrine/cache": "^1.11.3|^2.0.3", "doctrine/cache": "^1.12.1 || ^2.1.1",
"doctrine/collections": "^1.5", "doctrine/collections": "^1.5",
"doctrine/common": "^3.0.3", "doctrine/common": "^3.0.3",
"doctrine/dbal": "^2.13.0", "doctrine/dbal": "^2.13.0",
"doctrine/deprecations": "^0.5.3", "doctrine/deprecations": "^0.5.3",
"doctrine/event-manager": "^1.1", "doctrine/event-manager": "^1.1",
"doctrine/inflector": "^1.4|^2.0", "doctrine/inflector": "^1.4 || ^2.0",
"doctrine/instantiator": "^1.3", "doctrine/instantiator": "^1.3",
"doctrine/lexer": "^1.0", "doctrine/lexer": "^1.0",
"doctrine/persistence": "^2.2", "doctrine/persistence": "^2.2",
"ext-ctype": "*",
"ext-pdo": "*", "ext-pdo": "*",
"php": "^7.1|^8.0", "php": "^7.1 ||^8.0",
"psr/cache": "^1 || ^2 || ^3", "psr/cache": "^1 || ^2 || ^3",
"symfony/console": "^3.0|^4.0|^5.0|^6.0" "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "^9.0", "doctrine/coding-standard": "^9.0",
"phpstan/phpstan": "^0.12.83", "phpbench/phpbench": "^0.16.10 || ^1.0",
"phpunit/phpunit": "^7.5|^8.5|^9.4", "phpstan/phpstan": "0.12.94",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
"squizlabs/php_codesniffer": "3.6.0", "squizlabs/php_codesniffer": "3.6.0",
"symfony/cache": "^4.4|^5.2", "symfony/cache": "^4.4 || ^5.2",
"symfony/yaml": "^3.4|^4.0|^5.0|^6.0", "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
"vimeo/psalm": "4.7.0" "vimeo/psalm": "4.7.0"
}, },
"suggest": { "suggest": {
@ -1552,22 +1554,22 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/orm/issues", "issues": "https://github.com/doctrine/orm/issues",
"source": "https://github.com/doctrine/orm/tree/2.9.3" "source": "https://github.com/doctrine/orm/tree/2.9.4"
}, },
"time": "2021-06-13T10:29:22+00:00" "time": "2021-08-11T20:53:03+00:00"
}, },
{ {
"name": "doctrine/persistence", "name": "doctrine/persistence",
"version": "2.2.1", "version": "2.2.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/persistence.git", "url": "https://github.com/doctrine/persistence.git",
"reference": "d138f3ab5f761055cab1054070377cfd3222e368" "reference": "4ce4712e6dc84a156176a0fbbb11954a25c93103"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/persistence/zipball/d138f3ab5f761055cab1054070377cfd3222e368", "url": "https://api.github.com/repos/doctrine/persistence/zipball/4ce4712e6dc84a156176a0fbbb11954a25c93103",
"reference": "d138f3ab5f761055cab1054070377cfd3222e368", "reference": "4ce4712e6dc84a156176a0fbbb11954a25c93103",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1639,9 +1641,9 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/persistence/issues", "issues": "https://github.com/doctrine/persistence/issues",
"source": "https://github.com/doctrine/persistence/tree/2.2.1" "source": "https://github.com/doctrine/persistence/tree/2.2.2"
}, },
"time": "2021-05-19T07:07:01+00:00" "time": "2021-08-10T19:01:29+00:00"
}, },
{ {
"name": "doctrine/sql-formatter", "name": "doctrine/sql-formatter",