summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-12 15:14:16 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2023-01-12 18:27:56 +0100
commitddc3d1d38164497e12d721db8879f1ff4eb3e5fd (patch)
tree43adb36de8410ee3a9a316d24d68fff7b4ebf45b
parentef04d091c7a0f287ba29bb84aeb2f322e4b403b6 (diff)
Bump doctrine/dbal from 3.5.2 to 3.5.3
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](https://github.com/doctrine/dbal/compare/3.5.2...3.5.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>
-rw-r--r--composer.json2
-rw-r--r--composer.lock16
2 files changed, 9 insertions, 9 deletions
diff --git a/composer.json b/composer.json
index fcea43177..70afb4f41 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.5.2",
+ "doctrine/dbal": "^3.5.3",
"symfony/console": "^4.4.19",
"psr/log": "^1.1.0"
},
diff --git a/composer.lock b/composer.lock
index fb67f34aa..b2882a449 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": "c4123974caa20fca2a120a47f371adaa",
+ "content-hash": "0f01a906c2d63e8359c3e526efd3c0fa",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -768,16 +768,16 @@
},
{
"name": "doctrine/dbal",
- "version": "3.5.2",
+ "version": "3.5.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "63e513cebbbaf96a6795e5c5ee34d205831bfc85"
+ "reference": "88fa7e5189fd5ec6682477044264dc0ed4e3aa1e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/63e513cebbbaf96a6795e5c5ee34d205831bfc85",
- "reference": "63e513cebbbaf96a6795e5c5ee34d205831bfc85",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/88fa7e5189fd5ec6682477044264dc0ed4e3aa1e",
+ "reference": "88fa7e5189fd5ec6682477044264dc0ed4e3aa1e",
"shasum": ""
},
"require": {
@@ -792,7 +792,7 @@
"require-dev": {
"doctrine/coding-standard": "11.0.0",
"jetbrains/phpstorm-stubs": "2022.3",
- "phpstan/phpstan": "1.9.2",
+ "phpstan/phpstan": "1.9.4",
"phpstan/phpstan-strict-rules": "^1.4",
"phpunit/phpunit": "9.5.27",
"psalm/plugin-phpunit": "0.18.4",
@@ -859,7 +859,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/3.5.2"
+ "source": "https://github.com/doctrine/dbal/tree/3.5.3"
},
"funding": [
{
@@ -875,7 +875,7 @@
"type": "tidelift"
}
],
- "time": "2022-12-19T08:17:34+00:00"
+ "time": "2023-01-12T10:21:44+00:00"
},
{
"name": "doctrine/deprecations",