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

github.com/nextcloud/twofactor_totp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <ChristophWurst@users.noreply.github.com>2021-01-25 10:18:03 +0300
committerGitHub <noreply@github.com>2021-01-25 10:18:03 +0300
commit1507d332961808ad4c1fd41a9789c97176fd7bb4 (patch)
tree4f6614a721f65fbad66f622aa38be323029c421d
parent0e3e3cb89a64c2b93ec9621c5fab45f17bb0a2e9 (diff)
parent0d960adb9abd01c36113364c63df0ddcb54f633c (diff)
Merge pull request #1058 from nextcloud/dependabot/composer/christophwurst/nextcloud_testing-0.12.1
Bump christophwurst/nextcloud_testing from 0.10.0 to 0.12.1
-rw-r--r--composer.json2
-rw-r--r--composer.lock18
2 files changed, 10 insertions, 10 deletions
diff --git a/composer.json b/composer.json
index 4f75f84..f59d512 100644
--- a/composer.json
+++ b/composer.json
@@ -5,7 +5,7 @@
},
"require-dev": {
"christian-riesen/otp": "2.*",
- "christophwurst/nextcloud_testing": "^0.10",
+ "christophwurst/nextcloud_testing": "^0.12",
"nextcloud/coding-standard": "^0.5.0",
"psalm/phar": "^4.3"
},
diff --git a/composer.lock b/composer.lock
index 4fc4ff2..e91166f 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": "5860872308e9d084de7b714125aa35d6",
+ "content-hash": "f7f0da2d43abd67d31f22131028f0a11",
"packages": [
{
"name": "christian-riesen/base32",
@@ -183,22 +183,22 @@
},
{
"name": "christophwurst/nextcloud_testing",
- "version": "v0.10.0",
+ "version": "v0.12.1",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_testing.git",
- "reference": "844927d4efdde058ba20f10d7035bd9bc4f8e4b1"
+ "reference": "3cbba15c75b7442e21d661e16e84a549eec93f3f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ChristophWurst/nextcloud_testing/zipball/844927d4efdde058ba20f10d7035bd9bc4f8e4b1",
- "reference": "844927d4efdde058ba20f10d7035bd9bc4f8e4b1",
+ "url": "https://api.github.com/repos/ChristophWurst/nextcloud_testing/zipball/3cbba15c75b7442e21d661e16e84a549eec93f3f",
+ "reference": "3cbba15c75b7442e21d661e16e84a549eec93f3f",
"shasum": ""
},
"require": {
- "php": "^7.3|^8.0",
+ "php": "^7.2|^8.0",
"php-webdriver/webdriver": "^1.9",
- "phpunit/phpunit": "^9.0"
+ "phpunit/phpunit": "^8.0|^9.0"
},
"require-dev": {
"christophwurst/nextcloud": "^17.0"
@@ -222,9 +222,9 @@
"description": "Simple and fast unit and integration testing framework for Nextcloud, based on PHPUnit",
"support": {
"issues": "https://github.com/ChristophWurst/nextcloud_testing/issues",
- "source": "https://github.com/ChristophWurst/nextcloud_testing/tree/v0.10.0"
+ "source": "https://github.com/ChristophWurst/nextcloud_testing/tree/v0.12.1"
},
- "time": "2020-12-29T15:46:01+00:00"
+ "time": "2021-01-13T10:05:18+00:00"
},
{
"name": "composer/semver",