summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-04 12:02:53 +0000
committerSean Molenaar <SMillerDev@users.noreply.github.com>2021-10-04 14:07:55 +0200
commit915b568016ea27e6a1a7939d3862357e07553a17 (patch)
tree60cde369c273fd1e7f5e2a41aa8c2a83843c675d
parentf6148a614d7ee26995f8a9b86ead7a2aeb59cb9a (diff)
Bump doctrine/dbal from 3.1.2 to 3.1.3
Bumps [doctrine/dbal](https://github.com/doctrine/dbal) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/doctrine/dbal/releases) - [Commits](https://github.com/doctrine/dbal/compare/3.1.2...3.1.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.lock16
1 files changed, 8 insertions, 8 deletions
diff --git a/composer.lock b/composer.lock
index 1ea8bf32b..ce4144409 100644
--- a/composer.lock
+++ b/composer.lock
@@ -546,16 +546,16 @@
},
{
"name": "doctrine/dbal",
- "version": "3.1.2",
+ "version": "3.1.3",
"source": {
"type": "git",
"url": "https://github.com/doctrine/dbal.git",
- "reference": "3ee2622b57370c786f531678f6641208747f7bfc"
+ "reference": "96b0053775a544b4a6ab47654dac0621be8b4cf8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/doctrine/dbal/zipball/3ee2622b57370c786f531678f6641208747f7bfc",
- "reference": "3ee2622b57370c786f531678f6641208747f7bfc",
+ "url": "https://api.github.com/repos/doctrine/dbal/zipball/96b0053775a544b4a6ab47654dac0621be8b4cf8",
+ "reference": "96b0053775a544b4a6ab47654dac0621be8b4cf8",
"shasum": ""
},
"require": {
@@ -568,9 +568,9 @@
"require-dev": {
"doctrine/coding-standard": "9.0.0",
"jetbrains/phpstorm-stubs": "2021.1",
- "phpstan/phpstan": "0.12.96",
+ "phpstan/phpstan": "0.12.99",
"phpstan/phpstan-strict-rules": "^0.12.11",
- "phpunit/phpunit": "9.5.5",
+ "phpunit/phpunit": "9.5.10",
"psalm/plugin-phpunit": "0.16.1",
"squizlabs/php_codesniffer": "3.6.0",
"symfony/cache": "^5.2|^6.0",
@@ -635,7 +635,7 @@
],
"support": {
"issues": "https://github.com/doctrine/dbal/issues",
- "source": "https://github.com/doctrine/dbal/tree/3.1.2"
+ "source": "https://github.com/doctrine/dbal/tree/3.1.3"
},
"funding": [
{
@@ -651,7 +651,7 @@
"type": "tidelift"
}
],
- "time": "2021-09-12T20:56:32+00:00"
+ "time": "2021-10-02T16:15:05+00:00"
},
{
"name": "doctrine/deprecations",