Merge pull request #380 from nextcloud/19compat

Make 19 compatible
This commit is contained in:
Roeland Jago Douma 2020-01-28 20:00:11 +01:00 committed by GitHub
commit fd74ce7c3c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,7 @@ The following providers are supported and tested at the moment:
* Any other provider that authenticates using the environment variable
While theoretically any other authentication provider implementing either one of those standards is compatible, we like to note that they are not part of any internal test matrix.]]></description>
<version>2.5.0</version>
<version>3.0.0</version>
<licence>agpl</licence>
<author>Lukas Reschke</author>
<namespace>User_SAML</namespace>
@ -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="18" max-version="18" />
<nextcloud min-version="18" max-version="19" />
</dependencies>
<settings>
<admin>OCA\User_SAML\Settings\Admin</admin>