summaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--composer.json2
-rw-r--r--composer.lock22
2 files changed, 12 insertions, 12 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"
},
diff --git a/composer.lock b/composer.lock
index 518465af1..1b8cbc92a 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": "9d3e2c6144bfb64e7545d5bcc7c404c1",
+ "content-hash": "07d2af9b4e33df2a4a07f2c8d143b667",
"packages": [
{
"name": "arthurhoaro/favicon",
@@ -768,16 +768,16 @@
},
{
"name": "doctrine/dbal",
- "version": "3.6.0",
+ "version": "3.6.1",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "85b98cb23c8af471a67abfe14485da696bcabc2e"
+ "reference": "57815c7bbcda3cd18871d253c1dd8cbe56f8526e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/85b98cb23c8af471a67abfe14485da696bcabc2e",
- "reference": "85b98cb23c8af471a67abfe14485da696bcabc2e",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/57815c7bbcda3cd18871d253c1dd8cbe56f8526e",
+ "reference": "57815c7bbcda3cd18871d253c1dd8cbe56f8526e",
"shasum": ""
},
"require": {
@@ -793,11 +793,11 @@
"doctrine/coding-standard": "11.1.0",
"fig/log-test": "^1",
"jetbrains/phpstorm-stubs": "2022.3",
- "phpstan/phpstan": "1.9.14",
- "phpstan/phpstan-strict-rules": "^1.4",
- "phpunit/phpunit": "9.6.3",
+ "phpstan/phpstan": "1.10.3",
+ "phpstan/phpstan-strict-rules": "^1.5",
+ "phpunit/phpunit": "9.6.4",
"psalm/plugin-phpunit": "0.18.4",
- "squizlabs/php_codesniffer": "3.7.1",
+ "squizlabs/php_codesniffer": "3.7.2",
"symfony/cache": "^5.4|^6.0",
"symfony/console": "^4.4|^5.4|^6.0",
"vimeo/psalm": "4.30.0"
@@ -860,7 +860,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/3.6.0"
+ "source": "https://github.com/doctrine/dbal/tree/3.6.1"
},
"funding": [
{
@@ -876,7 +876,7 @@
"type": "tidelift"
}
],
- "time": "2023-02-07T22:52:03+00:00"
+ "time": "2023-03-02T19:26:24+00:00"
},
{
"name": "doctrine/deprecations",