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

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--user_external/appinfo/info.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/user_external/appinfo/info.xml b/user_external/appinfo/info.xml
index 66c5500a8..b8c431b38 100644
--- a/user_external/appinfo/info.xml
+++ b/user_external/appinfo/info.xml
@@ -5,7 +5,9 @@
<description>Use external user authentication methods</description>
<licence>AGPL</licence>
<author>Robin Appelman</author>
- <requiremin>4.93</requiremin>
+ <dependencies>
+ <owncloud min-version="9.0" max-version="9.0" />
+ </dependencies>
<shipped>true</shipped>
<types>
<authentication/>