summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-06 18:57:15 +0000
committerBenjamin Brahmer <info@b-brahmer.de>2022-09-06 21:01:13 +0200
commit29d99d0140d884807c1ed9316c8b4ea993c55536 (patch)
tree33c744ad0cff441a46a2950b05150f0e789ad65e
parent548e0ac820f4ff196023f8f93a77dbf172aa74ac (diff)
Bump doctrine/dbal from 3.4.3 to 3.4.4
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.4.3 to 3.4.4. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](https://github.com/doctrine/dbal/compare/3.4.3...3.4.4) --- 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.lock20
2 files changed, 11 insertions, 11 deletions
diff --git a/composer.json b/composer.json
index 6d2a45705..3950e2330 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.3",
+ "doctrine/dbal": "^3.4.4",
"symfony/console": "^4.4.19",
"psr/log": "^1.1.0"
},
diff --git a/composer.lock b/composer.lock
index dc2468e10..294a1160e 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": "f1f765ba4013fe625e93be6b8f4e259f",
+ "content-hash": "0b2d146e8281a1196a8b136a979ad837",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -463,16 +463,16 @@
},
{
"name": "doctrine/dbal",
- "version": "3.4.3",
+ "version": "3.4.4",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "a24b89d663d8f261199bc0a91c48016042ebda85"
+ "reference": "4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/a24b89d663d8f261199bc0a91c48016042ebda85",
- "reference": "a24b89d663d8f261199bc0a91c48016042ebda85",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5",
+ "reference": "4cbbe6e4b9ef6c69d5f4c968c637476f47bb54f5",
"shasum": ""
},
"require": {
@@ -487,14 +487,14 @@
"require-dev": {
"doctrine/coding-standard": "10.0.0",
"jetbrains/phpstorm-stubs": "2022.2",
- "phpstan/phpstan": "1.8.2",
+ "phpstan/phpstan": "1.8.3",
"phpstan/phpstan-strict-rules": "^1.3",
- "phpunit/phpunit": "9.5.21",
+ "phpunit/phpunit": "9.5.24",
"psalm/plugin-phpunit": "0.17.0",
"squizlabs/php_codesniffer": "3.7.1",
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
- "vimeo/psalm": "4.24.0"
+ "vimeo/psalm": "4.27.0"
},
"suggest": {
"symfony/console": "For helpful console commands such as SQL execution and import of files."
@@ -554,7 +554,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/3.4.3"
+ "source": "https://github.com/doctrine/dbal/tree/3.4.4"
},
"funding": [
{
@@ -570,7 +570,7 @@
"type": "tidelift"
}
],
- "time": "2022-08-28T17:26:36+00:00"
+ "time": "2022-09-01T21:26:42+00:00"
},
{
"name": "doctrine/deprecations",