summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-26 12:04:09 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-09-26 14:45:39 +0200
commitaeb988b29e829672416f3d55f6d50ac7b4921da6 (patch)
tree5b7a12ce73b0a1811ca9cc1888c1861aae16a277
parenta3a6895ea3628742c359bc71f77dc9c4b2d20a30 (diff)
Bump doctrine/dbal from 3.4.4 to 3.4.5
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.4.4 to 3.4.5. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](https://github.com/doctrine/dbal/compare/3.4.4...3.4.5) --- 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 dab2ff98a..b4156e764 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.4",
+ "doctrine/dbal": "^3.4.5",
"symfony/console": "^4.4.19",
"psr/log": "^1.1.0"
},
diff --git a/composer.lock b/composer.lock
index b9561d013..9033beb5c 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": "79079896a77eb851ceb18ab931ca9410",
+ "content-hash": "204651038b662cf88886518c54916785",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -473,16 +473,16 @@
},
{
"name": "doctrine/dbal",
- "version": "3.4.4",
+ "version": "3.4.5",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5"
+ "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5",
- "reference": "4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/a5a58773109c0abb13e658c8ccd92aeec8d07f9e",
+ "reference": "a5a58773109c0abb13e658c8ccd92aeec8d07f9e",
"shasum": ""
},
"require": {
@@ -564,7 +564,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/3.4.4"
+ "source": "https://github.com/doctrine/dbal/tree/3.4.5"
},
"funding": [
{
@@ -580,7 +580,7 @@
"type": "tidelift"
}
],
- "time": "2022-09-01T21:26:42+00:00"
+ "time": "2022-09-23T17:48:57+00:00"
},
{
"name": "doctrine/deprecations",