Merge pull request #3961 from firefly-iii/dependabot/composer/develop/doctrine/dbal-2.11.2

Bump doctrine/dbal from 2.11.1 to 2.11.2
This commit is contained in:
James Cole
2020-10-19 07:20:11 +02:00
committed by GitHub

15
composer.lock generated
View File

@@ -484,16 +484,16 @@
},
{
"name": "doctrine/dbal",
"version": "2.11.1",
"version": "2.11.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "6e6903cd5e3a5be60a79439e3ee8fe126f78fe86"
"reference": "b88a45cbc395e850b2d958dcd7b9d49d09ff23e0"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/6e6903cd5e3a5be60a79439e3ee8fe126f78fe86",
"reference": "6e6903cd5e3a5be60a79439e3ee8fe126f78fe86",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/b88a45cbc395e850b2d958dcd7b9d49d09ff23e0",
"reference": "b88a45cbc395e850b2d958dcd7b9d49d09ff23e0",
"shasum": ""
},
"require": {
@@ -505,12 +505,11 @@
"require-dev": {
"doctrine/coding-standard": "^8.1",
"jetbrains/phpstorm-stubs": "^2019.1",
"nikic/php-parser": "^4.4",
"phpstan/phpstan": "^0.12.40",
"phpunit/phpunit": "^9.3",
"phpunit/phpunit": "^9.4",
"psalm/plugin-phpunit": "^0.10.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0",
"vimeo/psalm": "^3.14.2"
"vimeo/psalm": "^3.17.2"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@@ -588,7 +587,7 @@
"type": "tidelift"
}
],
"time": "2020-09-27T04:09:41+00:00"
"time": "2020-10-19T02:01:37+00:00"
},
{
"name": "doctrine/event-manager",