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 <christoph@winzerhof-wurst.at>2018-11-26 15:22:17 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-11-26 15:22:17 +0300
commit1030efb76be006cde38c56b02ddc9418045e1ac5 (patch)
treeb3443c79b757f2bdfd764f46e4069d8fe5c456b6 /appinfo
parentf653979f5d37d5d5def5aeb264507969346dd05c (diff)
Add Nextcloud 16 support and adjust build matrix accordingly
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index ff09c5e..47b26ad 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,7 +18,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/twofactor_totp/dd1e48deec73a250886f35f3924186f5357f4c5f/screenshots/settings.png</screenshot>
<dependencies>
<php min-version="7.0" max-version="7.2" />
- <nextcloud min-version="15" max-version="15" />
+ <nextcloud min-version="15" max-version="16" />
</dependencies>
<two-factor-providers>
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>