-
Notifications
You must be signed in to change notification settings - Fork 2
/
composer.json
37 lines (37 loc) · 1.12 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
35
36
37
{
"name": "andatech-hrm/yii2-organizational-structure",
"description": "Yii 2 for Organizational Structure",
"type": "yii2-extension",
"keywords": ["yii2","extension"],
"license": "GPL-3.0",
"minimum-stability": "stable",
"support": {
"source": "https://github.com/andatech-hrm/yii2-organizational-structure.git",
"issues": "https://github.com/andatech-hrm/yii2-organizational-structure/issues"
},
"authors": [
{
"name": "Surakit Choodet",
"email": "[email protected]",
"role" : "Developer"
},
{
"name": "Ahamad Jedhu",
"email": "[email protected]",
"role" : "Developer"
}
],
"require": {
"wbraganca/yii2-nested-set-behavior": "*",
"wbraganca/yii2-fancytree-widget": "*",
"firdows/yii2-orgchart": "dev-master",
"mdmsoft/yii2-autonumber": "~1.0",
"kartik-v/yii2-widgets": "*",
"bower-asset/jquery-orgchart": "@dev"
},
"autoload": {
"psr-4": {
"andahrm\\structure\\": ""
}
}
}