forked from silverstripe/silverstripe-activedirectory
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 1.01 KB
/
composer.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "silverstripe/activedirectory",
"description": "Adds Active Directory support to SilverStripe including user synchronisation and SSO/LDAP authentication",
"type": "silverstripe-module",
"keywords": ["silverstripe", "ad", "active", "directory", "ldap", "sso", "saml"],
"license": "BSD-3-Clause",
"authors": [
{
"name": "Sean Harvey",
"email": "[email protected]"
},
{
"name": "Stig Lindqvist",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.4",
"silverstripe/framework": "^4@dev",
"symbiote/silverstripe-queuedjobs": "^3",
"zendframework/zend-ldap": "^2.5.1",
"zendframework/zend-authentication": "^2.5.1",
"zendframework/zend-session": "^2.5.1",
"onelogin/php-saml": "^2.10.7"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
},
"extra": {
"branch-alias": {
"dev-master": "4.x-dev"
}
}
}