Merge pull request #5898 from firefly-iii/dependabot/composer/develop/doctrine/dbal-3.3.3

Bump doctrine/dbal from 3.3.2 to 3.3.3
This commit is contained in:
James Cole 2022-03-15 18:09:41 +00:00 committed by GitHub
commit 6e18b8056d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

18
composer.lock generated
View File

@ -480,16 +480,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "3.3.2", "version": "3.3.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "35eae239ef515d55ebb24e9d4715cad09a4f58ed" "reference": "82331b861727c15b1f457ef05a8729e508e7ead5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/35eae239ef515d55ebb24e9d4715cad09a4f58ed", "url": "https://api.github.com/repos/doctrine/dbal/zipball/82331b861727c15b1f457ef05a8729e508e7ead5",
"reference": "35eae239ef515d55ebb24e9d4715cad09a4f58ed", "reference": "82331b861727c15b1f457ef05a8729e508e7ead5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -504,14 +504,14 @@
"require-dev": { "require-dev": {
"doctrine/coding-standard": "9.0.0", "doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2021.1", "jetbrains/phpstorm-stubs": "2021.1",
"phpstan/phpstan": "1.4.0", "phpstan/phpstan": "1.4.6",
"phpstan/phpstan-strict-rules": "^1.1", "phpstan/phpstan-strict-rules": "^1.1",
"phpunit/phpunit": "9.5.11", "phpunit/phpunit": "9.5.16",
"psalm/plugin-phpunit": "0.16.1", "psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.2", "squizlabs/php_codesniffer": "3.6.2",
"symfony/cache": "^5.2|^6.0", "symfony/cache": "^5.2|^6.0",
"symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0", "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
"vimeo/psalm": "4.16.1" "vimeo/psalm": "4.22.0"
}, },
"suggest": { "suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files." "symfony/console": "For helpful console commands such as SQL execution and import of files."
@ -571,7 +571,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.3.2" "source": "https://github.com/doctrine/dbal/tree/3.3.3"
}, },
"funding": [ "funding": [
{ {
@ -587,7 +587,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2022-02-05T16:33:45+00:00" "time": "2022-03-09T15:39:50+00:00"
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",