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>2020-01-30 14:59:35 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-01-30 14:59:35 +0300
commit6c63955bb6a6a5873ca3945611eb84d3cfac0804 (patch)
treee26fdc65b20af2e2585b5189e3fc880072b7eac9 /appinfo/info.xml
parent95ec022fe6d27762c12be09d84e3d044f68815d4 (diff)
Add Nextcloud 19 support
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo/info.xml')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 76419c7..64d039e 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.2" max-version="7.4" />
- <nextcloud min-version="17" max-version="18" />
+ <nextcloud min-version="17" max-version="19" />
</dependencies>
<two-factor-providers>
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>