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-08-25 19:06:12 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-08-25 19:06:12 +0300
commit0724707f2a7c0b6e23430e2f9522b2b44cfab39f (patch)
tree936a5fc6b61471c33ba4f1116998c5bf784f5041 /appinfo
parentc3c0b1a8b1354f5b50bf55bd858d41c1736ea597 (diff)
Allow Nextcloud 20, drop 17
Time to move one :) 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 9d47eeb..3a43130 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="19" />
+ <nextcloud min-version="18" max-version="20" />
</dependencies>
<two-factor-providers>
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>