Merge pull request #4879 from firefly-iii/dependabot/composer/develop/doctrine/dbal-3.1.1

This commit is contained in:
James Cole 2021-06-28 07:26:17 +02:00 committed by GitHub
commit 720a90a6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

33
composer.lock generated
View File

@ -511,16 +511,16 @@
}, },
{ {
"name": "doctrine/cache", "name": "doctrine/cache",
"version": "1.11.3", "version": "2.0.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/cache.git", "url": "https://github.com/doctrine/cache.git",
"reference": "3bb5588cec00a0268829cc4a518490df6741af9d" "reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/cache/zipball/3bb5588cec00a0268829cc4a518490df6741af9d", "url": "https://api.github.com/repos/doctrine/cache/zipball/c9622c6820d3ede1e2315a6a377ea1076e421d88",
"reference": "3bb5588cec00a0268829cc4a518490df6741af9d", "reference": "c9622c6820d3ede1e2315a6a377ea1076e421d88",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -590,7 +590,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/cache/issues", "issues": "https://github.com/doctrine/cache/issues",
"source": "https://github.com/doctrine/cache/tree/1.11.3" "source": "https://github.com/doctrine/cache/tree/2.0.3"
}, },
"funding": [ "funding": [
{ {
@ -606,38 +606,39 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-05-25T09:01:55+00:00" "time": "2021-05-25T09:43:04+00:00"
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "3.1.0", "version": "3.1.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "5ba62e7e40df119424866064faf2cef66cb5232a" "reference": "8e0fde2b90e3f61361013d1e928621beeea07bc0"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/5ba62e7e40df119424866064faf2cef66cb5232a", "url": "https://api.github.com/repos/doctrine/dbal/zipball/8e0fde2b90e3f61361013d1e928621beeea07bc0",
"reference": "5ba62e7e40df119424866064faf2cef66cb5232a", "reference": "8e0fde2b90e3f61361013d1e928621beeea07bc0",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"composer/package-versions-deprecated": "^1.11.99", "composer/package-versions-deprecated": "^1.11.99",
"doctrine/cache": "^1.0", "doctrine/cache": "^1.0|^2.0",
"doctrine/deprecations": "^0.5.3", "doctrine/deprecations": "^0.5.3",
"doctrine/event-manager": "^1.0", "doctrine/event-manager": "^1.0",
"php": "^7.3 || ^8.0" "php": "^7.3 || ^8.0"
}, },
"require-dev": { "require-dev": {
"doctrine/coding-standard": "8.2.0", "doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2020.2", "jetbrains/phpstorm-stubs": "2020.2",
"phpstan/phpstan": "0.12.81", "phpstan/phpstan": "0.12.81",
"phpstan/phpstan-strict-rules": "^0.12.2", "phpstan/phpstan-strict-rules": "^0.12.2",
"phpunit/phpunit": "9.5.0", "phpunit/phpunit": "9.5.5",
"psalm/plugin-phpunit": "0.13.0", "psalm/plugin-phpunit": "0.13.0",
"squizlabs/php_codesniffer": "3.6.0", "squizlabs/php_codesniffer": "3.6.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0", "symfony/cache": "^5.2|^6.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0",
"vimeo/psalm": "4.6.4" "vimeo/psalm": "4.6.4"
}, },
"suggest": { "suggest": {
@ -698,7 +699,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/doctrine/dbal/issues", "issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.1.0" "source": "https://github.com/doctrine/dbal/tree/3.1.1"
}, },
"funding": [ "funding": [
{ {
@ -714,7 +715,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-04-19T17:51:23+00:00" "time": "2021-06-19T17:59:55+00:00"
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",