summaryrefslogtreecommitdiffstats
path: root/composer.json
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 /composer.json
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>
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 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"
},