Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-10-09 04:01:59 +0300
committerGitHub <noreply@github.com>2021-10-09 04:01:59 +0300
commita11e18889c8b17e84087868ec115f330ba0c2efb (patch)
treecc82267c4e46bb944e092aad33c0466110d2a4ee
parent2ae651fe9ad01ebc984e5cc50076862e91698fc3 (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 772d1983..e795d97b 100644
--- a/composer.lock
+++ b/composer.lock
@@ -743,16 +743,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": {
@@ -765,9 +765,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",
@@ -832,7 +832,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": [
{
@@ -848,7 +848,7 @@
"type": "tidelift"
}
],
- "time": "2021-09-12T20:56:32+00:00"
+ "time": "2021-10-02T16:15:05+00:00"
},
{
"name": "doctrine/deprecations",