Bump doctrine/dbal from 3.1.3 to 3.1.4

Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.1.3 to 3.1.4.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/3.1.3...3.1.4)

---
updated-dependencies:
- dependency-name: doctrine/dbal
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-11-22 03:00:47 +00:00
committed by GitHub
parent 9c8b31fdbb
commit ff8af87179

20
composer.lock generated
View File

@@ -552,16 +552,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "3.1.3", "version": "3.1.4",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "96b0053775a544b4a6ab47654dac0621be8b4cf8" "reference": "821b4f01a36ce63ed36c090ea74767b72db367e9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/96b0053775a544b4a6ab47654dac0621be8b4cf8", "url": "https://api.github.com/repos/doctrine/dbal/zipball/821b4f01a36ce63ed36c090ea74767b72db367e9",
"reference": "96b0053775a544b4a6ab47654dac0621be8b4cf8", "reference": "821b4f01a36ce63ed36c090ea74767b72db367e9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@@ -574,14 +574,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": "0.12.99", "phpstan/phpstan": "1.1.1",
"phpstan/phpstan-strict-rules": "^0.12.11", "phpstan/phpstan-strict-rules": "^1",
"phpunit/phpunit": "9.5.10", "phpunit/phpunit": "9.5.10",
"psalm/plugin-phpunit": "0.16.1", "psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.0", "squizlabs/php_codesniffer": "3.6.1",
"symfony/cache": "^5.2|^6.0", "symfony/cache": "^5.2|^6.0",
"symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0", "symfony/console": "^2.0.5|^3.0|^4.0|^5.0|^6.0",
"vimeo/psalm": "4.10.0" "vimeo/psalm": "4.12.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."
@@ -641,7 +641,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.3" "source": "https://github.com/doctrine/dbal/tree/3.1.4"
}, },
"funding": [ "funding": [
{ {
@@ -657,7 +657,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-10-02T16:15:05+00:00" "time": "2021-11-15T16:44:33+00:00"
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",