forked from dmstr/yii2-usuario-ldap-extension
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
32 lines (32 loc) · 842 Bytes
/
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
{
"name": "dmstr/yii2-usuario-ldap-extension",
"description": "Permantent fork from yetopen/yii2-usuario-ldap",
"type": "yii2-extension",
"minimum-stability": "stable",
"keywords": ["yii2","extension","usuario","ldap"],
"license": "GPL-3.0-or-later",
"authors": [
{
"name": "Marco Piazza",
"email": "[email protected]"
},
{
"name": "Liviu Calin",
"email": "[email protected]"
},
{
"name": "Elias Luhr",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "~2.0.0",
"2amigos/yii2-usuario": "~1.0",
"adldap2/adldap2": "~9.1.2"
},
"autoload": {
"psr-4": {
"yetopen\\usuarioLdap\\": ""
}
}
}