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 11:45:08 +0300
committerChristoph Wurst <christoph@winzerhof-wurst.at>2019-01-07 11:45:08 +0300
commitd0ca7c8e450edd203d3e1a9b490d0af0a9c1564f (patch)
tree1d07b9ec52ff47921e60d50f769ea988c7e4e7cb /appinfo
parentfb2e553d3c94afb909e6e356e8a6b6bcef8b5864 (diff)
Specify supported DBs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 5182604..22e9601 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -18,6 +18,11 @@
<dependencies>
<php min-version="7.0" max-version="7.3"></php>
+ <database>
+ <sqlite/>
+ <mysql/>
+ <pgsql/>
+ </database>
<nextcloud min-version="15" max-version="16" />
</dependencies>