summaryrefslogtreecommitdiffstats
path: root/composer.json
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 /composer.json
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>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 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"
},