forked from gilek/yii2-gtreetable
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
28 lines (28 loc) · 979 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
{
"name": "gilek/yii2-gtreetable",
"description": "yii2-gtreetable is an extension of Yii 2 Framework, which is wrapper for bootstrap-gtreetable plug-in, on the other hand it provides functionality which allows to save the nodes states into database.",
"keywords": ["yii2", "extension", "gtreetable", "tree", "nested"],
"homepage": "https://github.com/gilek/yii2-gtreetable",
"type": "yii2-extension",
"license": "MIT",
"authors": [
{
"name": "Maciej Kłak",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*",
"yiisoft/yii2-bootstrap": "*",
"yiisoft/yii2-jui": "*",
"creocoder/yii2-nested-sets": "0.9.0",
"bower-asset/om-bootstrap-gtreetable" : "2.*",
"bower-asset/jquery.browser": "*",
"bower-asset/URIjs": "1.14.*"
},
"autoload": {
"psr-4": {
"gilek\\gtreetable\\": ""
}
}
}