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

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2017-11-27 21:20:31 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2017-11-27 21:20:31 +0300
commit41faadcb683e6a656e154ca5f965808ff780941e (patch)
treefc6d848ef36461d1133a84e0d813b2416a10ba9e
parentede5d0d88285f85d6b22578e1b49134515381714 (diff)
Analyze code based on nc13 API
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
-rw-r--r--composer.json2
-rw-r--r--composer.lock21
2 files changed, 15 insertions, 8 deletions
diff --git a/composer.json b/composer.json
index b258be5..583470b 100644
--- a/composer.json
+++ b/composer.json
@@ -14,7 +14,7 @@
"yubico/u2flib-server": "^1.0.1"
},
"require-dev": {
- "christophwurst/nextcloud": "^12.0.0",
+ "christophwurst/nextcloud": "13.0.x-dev",
"phpunit/phpunit": "^5.7"
},
"config": {
diff --git a/composer.lock b/composer.lock
index d6b701e..a2e97e0 100644
--- a/composer.lock
+++ b/composer.lock
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
"This file is @generated automatically"
],
- "content-hash": "d2663bf269a7032c864d0a3a7808e1ec",
+ "content-hash": "c595f2c20226ca2b2bd1dee7d12e8967",
"packages": [
{
"name": "yubico/u2flib-server",
@@ -45,19 +45,24 @@
"packages-dev": [
{
"name": "christophwurst/nextcloud",
- "version": "12.0.0",
+ "version": "dev-master",
"source": {
"type": "git",
"url": "https://github.com/ChristophWurst/nextcloud_composer.git",
- "reference": "2b85ca1531926e8475e3c40f47be28b51580fcb6"
+ "reference": "cc98cca687211ce223edda1f11a1d59b0fac81d4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/2b85ca1531926e8475e3c40f47be28b51580fcb6",
- "reference": "2b85ca1531926e8475e3c40f47be28b51580fcb6",
+ "url": "https://api.github.com/repos/ChristophWurst/nextcloud_composer/zipball/cc98cca687211ce223edda1f11a1d59b0fac81d4",
+ "reference": "cc98cca687211ce223edda1f11a1d59b0fac81d4",
"shasum": ""
},
"type": "library",
+ "extra": {
+ "branch-alias": {
+ "dev-master": "13.0.x-dev"
+ }
+ },
"notification-url": "https://packagist.org/downloads/",
"license": [
"AGPLv3"
@@ -69,7 +74,7 @@
}
],
"description": "Composer package containing Nextcloud's public API (classes, interfaces)",
- "time": "2017-09-20T09:46:46+00:00"
+ "time": "2017-11-27T18:18:12+00:00"
},
{
"name": "doctrine/instantiator",
@@ -1390,7 +1395,9 @@
],
"aliases": [],
"minimum-stability": "stable",
- "stability-flags": [],
+ "stability-flags": {
+ "christophwurst/nextcloud": 20
+ },
"prefer-stable": false,
"prefer-lowest": false,
"platform": {