1
0
mirror of https://github.com/chylex/Nextcloud-News.git synced 2025-04-22 11:15:48 +02:00

Build(deps-dev): Bump doctrine/dbal from 3.6.1 to 3.6.2

Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.6.1 to 3.6.2.
- [Release notes](https://github.com/doctrine/dbal/releases)
- [Commits](https://github.com/doctrine/dbal/compare/3.6.1...3.6.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] 2023-04-16 08:26:42 +00:00 committed by Benjamin Brahmer
parent 3111f232df
commit ef85fa6572
2 changed files with 10 additions and 10 deletions

View File

@ -63,7 +63,7 @@
"phpstan/extension-installer": "^1.2.0", "phpstan/extension-installer": "^1.2.0",
"phpstan/phpstan-deprecation-rules": "^1.1", "phpstan/phpstan-deprecation-rules": "^1.1",
"guzzlehttp/guzzle": "^7.3.0", "guzzlehttp/guzzle": "^7.3.0",
"doctrine/dbal": "^3.6.1", "doctrine/dbal": "^3.6.2",
"symfony/console": "^4.4.19", "symfony/console": "^4.4.19",
"psr/log": "^1.1.0" "psr/log": "^1.1.0"
}, },

18
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "a72481ad8ae98a69cc608f921155479e", "content-hash": "a67d470990273129b12c39c30e8789d6",
"packages": [ "packages": [
{ {
"name": "arthurhoaro/favicon", "name": "arthurhoaro/favicon",
@ -768,16 +768,16 @@
}, },
{ {
"name": "doctrine/dbal", "name": "doctrine/dbal",
"version": "3.6.1", "version": "3.6.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/doctrine/dbal.git", "url": "https://github.com/doctrine/dbal.git",
"reference": "57815c7bbcda3cd18871d253c1dd8cbe56f8526e" "reference": "b4bd1cfbd2b916951696d82e57d054394d84864c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/doctrine/dbal/zipball/57815c7bbcda3cd18871d253c1dd8cbe56f8526e", "url": "https://api.github.com/repos/doctrine/dbal/zipball/b4bd1cfbd2b916951696d82e57d054394d84864c",
"reference": "57815c7bbcda3cd18871d253c1dd8cbe56f8526e", "reference": "b4bd1cfbd2b916951696d82e57d054394d84864c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -793,9 +793,9 @@
"doctrine/coding-standard": "11.1.0", "doctrine/coding-standard": "11.1.0",
"fig/log-test": "^1", "fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2022.3", "jetbrains/phpstorm-stubs": "2022.3",
"phpstan/phpstan": "1.10.3", "phpstan/phpstan": "1.10.9",
"phpstan/phpstan-strict-rules": "^1.5", "phpstan/phpstan-strict-rules": "^1.5",
"phpunit/phpunit": "9.6.4", "phpunit/phpunit": "9.6.6",
"psalm/plugin-phpunit": "0.18.4", "psalm/plugin-phpunit": "0.18.4",
"squizlabs/php_codesniffer": "3.7.2", "squizlabs/php_codesniffer": "3.7.2",
"symfony/cache": "^5.4|^6.0", "symfony/cache": "^5.4|^6.0",
@ -860,7 +860,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.6.1" "source": "https://github.com/doctrine/dbal/tree/3.6.2"
}, },
"funding": [ "funding": [
{ {
@ -876,7 +876,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2023-03-02T19:26:24+00:00" "time": "2023-04-14T07:25:38+00:00"
}, },
{ {
"name": "doctrine/deprecations", "name": "doctrine/deprecations",