summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-17 14:32:54 +0200
committerGitHub <noreply@github.com>2022-08-17 14:32:54 +0200
commit51e6928a469128315b109e4a608860c2fd2ea4c3 (patch)
treeba62dc74175fdeee479a1346d8067f205ad0afb3
parent2578031cf5dbaedd62a1cafb79b25c90b30b0b40 (diff)
Bump doctrine/dbal from 3.4.0 to 3.4.1 (#1868)
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](https://github.com/doctrine/dbal/compare/3.4.0...3.4.1) --- updated-dependencies: - dependency-name: doctrine/dbal dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.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 700a5a8e0..2f27628e1 100644
--- a/composer.json
+++ b/composer.json
@@ -62,7 +62,7 @@
"phpstan/phpstan-phpunit": "^1.0.0",
"phpstan/extension-installer": "^1.1.0",
"guzzlehttp/guzzle": "^7.3.0",
- "doctrine/dbal": "^3.4.0",
+ "doctrine/dbal": "^3.4.1",
"symfony/console": "^4.4.19",
"psr/log": "^1.1.0"
},
diff --git a/composer.lock b/composer.lock
index 68ea4b91e..4c18475e7 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": "84a5cc47652de2aae99eb2e4906a0bb3",
+ "content-hash": "be4b7c96428a2a97bc7b232d8f1c66f9",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -463,16 +463,16 @@
},
{
"name": "doctrine/dbal",
- "version": "3.4.0",
+ "version": "3.4.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "118a360e9437e88d49024f36283c8bcbd76105f5"
+ "reference": "94e016428884227245fb1219e0de7d8b86ca16d7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/118a360e9437e88d49024f36283c8bcbd76105f5",
- "reference": "118a360e9437e88d49024f36283c8bcbd76105f5",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/94e016428884227245fb1219e0de7d8b86ca16d7",
+ "reference": "94e016428884227245fb1219e0de7d8b86ca16d7",
"shasum": ""
},
"require": {
@@ -554,7 +554,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/3.4.0"
+ "source": "https://github.com/doctrine/dbal/tree/3.4.1"
},
"funding": [
{
@@ -570,7 +570,7 @@
"type": "tidelift"
}
],
- "time": "2022-08-06T20:35:57+00:00"
+ "time": "2022-08-16T18:37:46+00:00"
},
{
"name": "doctrine/deprecations",