forked from edvler/yii2-adldap-module
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
33 lines (33 loc) · 1.18 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
{
"name": "edvlerblog/yii2-adldap-module",
"description": "yii2 Active Directory implementation (wrapper for Adldap2)",
"type": "yii2-extension",
"keywords": ["microsoft","ldap","adldap","ad","active directory","yii2","yii2-extension","yii2-rbac","yii2-role-system","yii2-rbac-module"],
"homepage": "https://github.com/edvler/yii2-adldap-module",
"time": "2019-01-27",
"license": "BSD-3-Clause",
"authors": [
{
"name": "Matthias Maderer",
"email": "edvler@edvler-blog.de",
"homepage": "http://www.edvler-blog.de",
"role": "Developer"
}
],
"support": {
"email": "edvler@edvler-blog.de",
"issues": "https://github.com/edvler/yii2-adldap-module/issues",
"wiki": "https://github.com/edvler/yii2-adldap-module/wiki",
"source": "https://github.com/edvler/yii2-adldap-module",
"docs": "https://github.com/edvler/yii2-adldap-module"
},
"require": {
"adldap2/adldap2": "^10.0.0",
"yiisoft/yii2": "^2.0.0"
},
"autoload": {
"psr-4" : {
"Edvlerblog\\Adldap2\\" : "src/"
}
}
}