summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-24 13:35:16 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-08-25 07:44:55 +0200
commite60fdff33e52724254f28d82075a79be51a5656b (patch)
tree6f45b851e42ef088c35643b5201d0771df2703bd
parent108f8b523ffabd9106719dcc96b158d0e639bbcb (diff)
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>
-rw-r--r--composer.json2
-rw-r--r--composer.lock14
2 files changed, 8 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index 0002c7dad..852af9976 100644
--- a/composer.json
+++ b/composer.json
@@ -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"
},
diff --git a/composer.lock b/composer.lock
index 5731d823f..72c86ac8d 100644
--- a/composer.lock
+++ b/composer.lock
@@ -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",