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

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2017-05-22 10:01:34 +0300
committerJoas Schilling <coding@schilljs.com>2017-05-22 10:56:49 +0300
commit02275e60c6a8bd9c5fe883c381cb78e49a2c04b7 (patch)
tree64e62017dacc3604565ec53f7eef43b02bd02683 /apps/oauth2/appinfo
parenteebd2811dc4427443f7be964be25c3596ef7e950 (diff)
Add missing version requirement to OAuth2 app
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'apps/oauth2/appinfo')
-rw-r--r--apps/oauth2/appinfo/info.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/oauth2/appinfo/info.xml b/apps/oauth2/appinfo/info.xml
index 5e9e8dae06a..9df251d8f1a 100644
--- a/apps/oauth2/appinfo/info.xml
+++ b/apps/oauth2/appinfo/info.xml
@@ -12,6 +12,10 @@
<authentication/>
</types>
+ <dependencies>
+ <nextcloud min-version="12" max-version="12" />
+ </dependencies>
+
<settings>
<admin>OCA\OAuth2\Settings\Admin</admin>
</settings>