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-09-10 08:56:38 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2018-09-10 08:56:38 +0300
commit08f2224eddfda6752684a4176269f03e151ab3b7 (patch)
tree0511fcbb2c5cd4d509ad9a129104a59217f226b9 /appinfo
parent8b0d6b8ad3f3af76118ac4ef6115c1dc2ec0c69f (diff)
Add Nextcloud 15 support
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 a234a96..c06b2b8 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="14" max-version="14" />
+ <nextcloud min-version="14" max-version="15" />
</dependencies>
<two-factor-providers>
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>