summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2024-01-22 12:55:23 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2024-01-25 11:22:59 +0100
commit719d4fd6b4f134181ae03169166da828ca031976 (patch)
tree98a71223bd9b37c7d9891bcd03ea8584588bdd82 /composer.json
parentf04b5eab229c1ad431af0b91a77dcc6797ab9600 (diff)
Build(deps-dev): Bump doctrine/dbal from 3.7.2 to 3.7.3
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.7.2 to 3.7.3. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](https://github.com/doctrine/dbal/compare/3.7.2...3.7.3) --- 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 78a11c7b1..301e39611 100644
--- a/composer.json
+++ b/composer.json
@@ -63,7 +63,7 @@
"phpstan/extension-installer": "^1.3.1",
"phpstan/phpstan-deprecation-rules": "^1.1",
"guzzlehttp/guzzle": "^7.3.0",
- "doctrine/dbal": "^3.7.2",
+ "doctrine/dbal": "^3.7.3",
"symfony/console": "^4.4.19",
"psr/log": "^1.1.0"
},