summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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",