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-12-29 13:43:27 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-12-29 14:02:43 +0300
commit508a5e28e01367df361bd257566a8982fcd4e1f1 (patch)
tree2d03d3965b9c8ff24366dc4ae9945b79b7d0b954 /appinfo
parente58c518af06281a4329c926067b316169d421df8 (diff)
Drop Nextcloud 18 and 19
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 9851b1d..82ee9ff 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.3" max-version="7.4" />
- <nextcloud min-version="18" max-version="21" />
+ <nextcloud min-version="20" max-version="21" />
</dependencies>
<two-factor-providers>
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>