summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-03 14:58:06 +0000
committerGitHub <noreply@github.com>2023-03-03 14:58:06 +0000
commitdd552fd11ce946242bb231f9f030f6e3480fee95 (patch)
tree1d2ee55d8f9afecf7b569912a623b09dc9e513b9 /composer.json
parent7cdf3c83e81d694cf9dbe3842f2f068cdd7acfce (diff)
Build(deps-dev): Bump doctrine/dbal from 3.6.0 to 3.6.1 (#2138)
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.6.0 to 3.6.1. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](https://github.com/doctrine/dbal/compare/3.6.0...3.6.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> 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 18ded632b..1b89f5414 100644
--- a/composer.json
+++ b/composer.json
@@ -63,7 +63,7 @@
"phpstan/extension-installer": "^1.2.0",
"phpstan/phpstan-deprecation-rules": "^1.1",
"guzzlehttp/guzzle": "^7.3.0",
- "doctrine/dbal": "^3.6.0",
+ "doctrine/dbal": "^3.6.1",
"symfony/console": "^4.4.19",
"psr/log": "^1.1.0"
},