summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-08-31 12:03:05 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-08-31 16:28:03 +0200
commitc26b3ae79d2424379ce14e17af96c077d4d73d32 (patch)
tree421667c7a7b16e2a7e9ba3278c2b8f2a5b76042a
parenta7f69c4b63e9495bd0f15c66c3ea163f38012d7d (diff)
Bump doctrine/dbal from 3.4.2 to 3.4.3
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.4.2 to 3.4.3. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](https://github.com/doctrine/dbal/compare/3.4.2...3.4.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.lock18
2 files changed, 10 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index 9be5ea686..32ac9eff1 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.2",
+ "doctrine/dbal": "^3.4.3",
"symfony/console": "^4.4.19",
"psr/log": "^1.1.0"
},
diff --git a/composer.lock b/composer.lock
index 2e73d85be..bfa774ece 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": "d74c27c2974ba6b6bbb96dc984451c1c",
+ "content-hash": "57dc10bd9b95c449cf40e20a3db297be",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -463,16 +463,16 @@
},
{
"name": "doctrine/dbal",
- "version": "3.4.2",
+ "version": "3.4.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "22de295f10edbe00df74f517612f1fbd711131e2"
+ "reference": "a24b89d663d8f261199bc0a91c48016042ebda85"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/22de295f10edbe00df74f517612f1fbd711131e2",
- "reference": "22de295f10edbe00df74f517612f1fbd711131e2",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/a24b89d663d8f261199bc0a91c48016042ebda85",
+ "reference": "a24b89d663d8f261199bc0a91c48016042ebda85",
"shasum": ""
},
"require": {
@@ -485,8 +485,8 @@
"psr/log": "^1|^2|^3"
},
"require-dev": {
- "doctrine/coding-standard": "9.0.0",
- "jetbrains/phpstorm-stubs": "2022.1",
+ "doctrine/coding-standard": "10.0.0",
+ "jetbrains/phpstorm-stubs": "2022.2",
"phpstan/phpstan": "1.8.2",
"phpstan/phpstan-strict-rules": "^1.3",
"phpunit/phpunit": "9.5.21",
@@ -554,7 +554,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/3.4.2"
+ "source": "https://github.com/doctrine/dbal/tree/3.4.3"
},
"funding": [
{
@@ -570,7 +570,7 @@
"type": "tidelift"
}
],
- "time": "2022-08-21T14:21:06+00:00"
+ "time": "2022-08-28T17:26:36+00:00"
},
{
"name": "doctrine/deprecations",