1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-09 19:15:42 +02:00

Bump doctrine/dbal from 3.4.1 to 3.4.2

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

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-08-24 13:35:16 +00:00 committed by Benjamin Brahmer
parent 108f8b523f
commit e60fdff33e
2 changed files with 8 additions and 8 deletions

View File

@ -63,7 +63,7 @@
"phpstan/extension-installer": "^1.1.0",
"phpstan/phpstan-deprecation-rules": "^1.0",
"guzzlehttp/guzzle": "^7.3.0",
"doctrine/dbal": "^3.4.1",
"doctrine/dbal": "^3.4.2",
"symfony/console": "^4.4.19",
"psr/log": "^1.1.0"
},

14
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "4fd154245fb1b1562a7663c2c6c5e9c1",
"content-hash": "3babc18cdf4735caf0cc9cc81bf11dd3",
"packages": [
{
"name": "arthurhoaro/favicon",
@ -463,16 +463,16 @@
},
{
"name": "doctrine/dbal",
"version": "3.4.1",
"version": "3.4.2",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
"reference": "94e016428884227245fb1219e0de7d8b86ca16d7"
"reference": "22de295f10edbe00df74f517612f1fbd711131e2"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/94e016428884227245fb1219e0de7d8b86ca16d7",
"reference": "94e016428884227245fb1219e0de7d8b86ca16d7",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/22de295f10edbe00df74f517612f1fbd711131e2",
"reference": "22de295f10edbe00df74f517612f1fbd711131e2",
"shasum": ""
},
"require": {
@ -554,7 +554,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
"source": "https://github.com/doctrine/dbal/tree/3.4.1"
"source": "https://github.com/doctrine/dbal/tree/3.4.2"
},
"funding": [
{
@ -570,7 +570,7 @@
"type": "tidelift"
}
],
"time": "2022-08-16T18:37:46+00:00"
"time": "2022-08-21T14:21:06+00:00"
},
{
"name": "doctrine/deprecations",