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:
authorLukas Reschke <lukas@statuscode.ch>2017-02-03 14:42:18 +0300
committerLukas Reschke <lukas@statuscode.ch>2017-02-03 14:42:18 +0300
commite28b5ccf600a9a8fb327c1887c12472e262a4a59 (patch)
tree07b36563de3439ff3216c93d357a2fc14efa1b9f /appinfo
parentc96b0c15a9bd46c82ffb5ba5fe45497735a18098 (diff)
Require mcrypt
The SAML library that we use requires mcrypt at the moment. Fixes https://github.com/nextcloud/user_saml/issues/55 Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/info.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/appinfo/info.xml b/appinfo/info.xml
index 6f7148a8..e1a37c8d 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -8,6 +8,7 @@
<author>Lukas Reschke</author>
<version>1.3.0</version>
<dependencies>
+ <lib>mcrypt</lib>
<nextcloud min-version="12" max-version="12" />
</dependencies>
<namespace>User_SAML</namespace>