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-09-23 11:50:21 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2020-09-23 11:50:21 +0300
commit612eabb1253abbfa91027db6a66343039eabd449 (patch)
treefc1e9fce1a7da74e212d93ed7f542a5656316950 /appinfo
parent5b5e24e1bf445e7c28305390aba37fe7d5b26d1e (diff)
Allow Nextcloud 21 and adjust CI matrix
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 c8e4aa8..50bbfeb 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="18" max-version="20" />
+ <nextcloud min-version="18" max-version="21" />
</dependencies>
<two-factor-providers>
<provider>OCA\TwoFactorTOTP\Provider\TotpProvider</provider>