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

github.com/nextcloud/files_pdfviewer.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>2020-11-28 05:09:20 +0300
committerGitHub <noreply@github.com>2020-11-28 05:09:20 +0300
commit2aaea32f812c7329004310f0414b8bb74f40e0c1 (patch)
tree8c7103378df736e878947db159b0461ba1a3d32a
parent73e3c08a9ab2b30cb5a8cf292ee5f6f3d2bb7759 (diff)
parentcd2a01a244b9cbe20dfb73356abbdbec83cadb06 (diff)
Merge pull request #270 from nextcloud/dependabot/composer/phpunit/phpunit-8.5.11
-rw-r--r--composer.lock28
1 files changed, 17 insertions, 11 deletions
diff --git a/composer.lock b/composer.lock
index 213ef86..1768047 100644
--- a/composer.lock
+++ b/composer.lock
@@ -934,16 +934,16 @@
},
{
"name": "phpunit/php-code-coverage",
- "version": "7.0.10",
+ "version": "7.0.12",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
- "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf"
+ "reference": "52f55786aa2e52c26cd9e2db20aff2981e0f7399"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/f1884187926fbb755a9aaf0b3836ad3165b478bf",
- "reference": "f1884187926fbb755a9aaf0b3836ad3165b478bf",
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/52f55786aa2e52c26cd9e2db20aff2981e0f7399",
+ "reference": "52f55786aa2e52c26cd9e2db20aff2981e0f7399",
"shasum": ""
},
"require": {
@@ -993,7 +993,13 @@
"testing",
"xunit"
],
- "time": "2019-11-20T13:55:58+00:00"
+ "funding": [
+ {
+ "url": "https://github.com/sebastianbergmann",
+ "type": "github"
+ }
+ ],
+ "time": "2020-11-27T06:08:35+00:00"
},
{
"name": "phpunit/php-file-iterator",
@@ -1187,16 +1193,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "8.5.9",
+ "version": "8.5.11",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "f5c8a5dd5e7e8d68d7562bfb48d47287d33937d6"
+ "reference": "3123601e3b29339b20129acc3f989cfec3274566"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f5c8a5dd5e7e8d68d7562bfb48d47287d33937d6",
- "reference": "f5c8a5dd5e7e8d68d7562bfb48d47287d33937d6",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/3123601e3b29339b20129acc3f989cfec3274566",
+ "reference": "3123601e3b29339b20129acc3f989cfec3274566",
"shasum": ""
},
"require": {
@@ -1212,7 +1218,7 @@
"phar-io/version": "^2.0.1",
"php": "^7.2",
"phpspec/prophecy": "^1.10.3",
- "phpunit/php-code-coverage": "^7.0.10",
+ "phpunit/php-code-coverage": "^7.0.12",
"phpunit/php-file-iterator": "^2.0.2",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^2.1.2",
@@ -1276,7 +1282,7 @@
"type": "github"
}
],
- "time": "2020-11-10T12:51:38+00:00"
+ "time": "2020-11-27T12:46:45+00:00"
},
{
"name": "psr/container",