Add missing version requirement to OAuth2 app

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2017-05-22 09:01:34 +02:00
parent e0e814dfae
commit 21b6af3e1e
No known key found for this signature in database
GPG Key ID: E166FD8976B3BAC8
2 changed files with 6 additions and 2 deletions

View File

@ -12,6 +12,10 @@
<authentication/>
</types>
<dependencies>
<nextcloud min-version="12" max-version="12" />
</dependencies>
<settings>
<admin>OCA\OAuth2\Settings\Admin</admin>
</settings>

View File

@ -21,15 +21,15 @@
"lookup_server_connector",
"nextcloud_announcements",
"notifications",
"oauth2",
"password_policy",
"provisioning_api",
"serverinfo",
"sharebymail",
"survey_client",
"systemtags",
"templateeditor",
"twofactor_backupcodes",
"theming",
"twofactor_backupcodes",
"updatenotification",
"user_external",
"user_ldap",