Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_u2f.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Wurst <christoph@winzerhof-wurst.at>2019-01-07 13:24:27 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-01-07 13:24:27 +0300
commit59a4de7d071ee40bcb9047dd03c3ecb9388526ed (patch)
treec51b2216e1eb727aab10f7a45a1d5caf2619d722 /appinfo
parentd0ca7c8e450edd203d3e1a9b490d0af0a9c1564f (diff)
Fix database support matrix
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml8
1 files changed, 3 insertions, 5 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 22e9601..f83fcd1 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,11 +18,9 @@
<dependencies>
<php min-version="7.0" max-version="7.3"></php>
- <database>
- <sqlite/>
- <mysql/>
- <pgsql/>
- </database>
+ <database>sqlite</database>
+ <database>mysql</database>
+ <database>pgsql</database>
<nextcloud min-version="15" max-version="16" />
</dependencies>