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

github.com/nextcloud/user_saml.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-09-22 14:46:09 +0300
committerJoas Schilling <coding@schilljs.com>2022-09-22 14:46:09 +0300
commit737c2b7e2b998e1bda0965bcb98747b98b92f39b (patch)
tree65103c3c900786ee4bc6e1269c68fc8fa184315a
parentb038c1f5f70b98ecf077a290f8594509d696643d (diff)
Add Nextcloud 25 supportupdate-master-version
Signed-off-by: Joas Schilling <coding@schilljs.com>
-rw-r--r--appinfo/info.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index a6805fdb..68760ae3 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -33,7 +33,7 @@ While theoretically any other authentication provider implementing either one of
<screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/1.png</screenshot>
<screenshot>https://raw.githubusercontent.com/nextcloud/user_saml/master/screenshots/2.png</screenshot>
<dependencies>
- <nextcloud min-version="21" max-version="25" />
+ <nextcloud min-version="21" max-version="26" />
</dependencies>
<commands>
<command>OCA\User_SAML\Command\ConfigCreate</command>