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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPellaeon Lin <nfsmwlin@gmail.com>2019-03-09 14:02:51 +0300
committerPellaeon Lin <nfsmwlin@gmail.com>2019-03-09 14:02:51 +0300
commit4af7bf81b1e80f5cc2797877118e9db370998132 (patch)
tree47e6bcea53661c380c5a2a8d922cf0329ac195b3 /appinfo
parent05277daaeee2b2ea002e380f35dfd2a7d7105ff4 (diff)
Fix `settings_users` route does not exist #169
ref: the route was added in nextcloud 14 in this commit https://github.com/nextcloud/server/commit/2963fdc879de8c84311eae66812317e6c455ca0b
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 45d666d..713ba15 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -41,7 +41,7 @@ Send BTC to `33pStaSaf4sDUA8XBAHTq7ZDQpCVFQArxQ`
<database>pgsql</database>
<database min-version="5.5">mysql</database>
<owncloud min-version="9.0" max-version="11"/>
- <nextcloud min-version="9" max-version="16" />
+ <nextcloud min-version="14" max-version="16" />
</dependencies>
<settings>
<admin>OCA\Registration\Settings\RegistrationSettings</admin>