-
Notifications
You must be signed in to change notification settings - Fork 11
/
composer.json
36 lines (36 loc) · 914 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
33
34
35
36
{
"name": "devgroup/yii2-jstree-widget",
"description": "jsTree widget for yii2",
"type": "yii2-extension",
"keywords": ["yii2","jstree","tree","widget","nested-sets"],
"license": "MIT",
"authors": [
{
"name": "Alexander Kozhevnikov",
"email": "b37hr3z3n@gmail.com"
},
{
"name": "Evgeny Dubovitsky",
"email": "flynn068@gmail.com"
},
{
"name": "Pavel Fedotov",
"email": "fps.06@mail.ru"
},
{
"name": "Pavel Naumov",
"email": "huggbies@email.su"
}
],
"minimum-stability": "dev",
"require": {
"yiisoft/yii2": "~2.0.0",
"bower-asset/jstree": "*",
"devgroup/yii2-tag-dependency-helper": "~1.5"
},
"autoload": {
"psr-4": {
"devgroup\\JsTreeWidget\\": "src/"
}
}
}