forked from fedemotta/yii2-widget-datatables
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
35 lines (35 loc) · 1.04 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
{
"name": "fedemotta/yii2-widget-datatables",
"description": "DataTables widget for Yii2",
"type": "yii2-extension",
"minimum-stability": "stable",
"keywords": ["yii2","extension","jquery","datatables","table","javascript","library"],
"license": "MIT",
"support": {
"issues": "https://github.com/fedemotta/yii2-widget-datatables/issues?state=open",
"source": "https://github.com/fedemotta/yii2-widget-datatables"
},
"authors": [
{
"name": "Federico Nicolás Motta",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2":"*",
"bower-asset/jquery":">= 1.7.0",
"bower-asset/datatables":">= 1.9.4",
"bower-asset/datatables-bootstrap3":"*",
"bower-asset/datatables-tabletools":"*"
},
"autoload": {
"psr-4": {
"fedemotta\\datatables\\": ""
}
},
"extra": {
"asset-installer-paths": {
"bower-asset-library": "vendor/bower"
}
}
}