forked from sdelfi/yii2-widget-datatables
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
65 lines (65 loc) · 1.5 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
"name": "paskuale75/yii2-widget-datatables",
"description": "DataTables widget for Yii2 with Bootstrap 4",
"type": "yii2-extension",
"minimum-stability": "stable",
"keywords": [
"yii2",
"extension",
"jquery",
"datatables",
"table",
"javascript",
"library",
"bootstrap4"
],
"license": "MIT",
"support": {
"issues": "https://github.com/paskuale75/yii2-widget-datatables/issues?state=open",
"source": "https://github.com/paskuale75/yii2-widget-datatables"
},
"authors": [
{
"name": "Federico Nicolás Motta",
"email": "[email protected]"
},
{
"name": "Stanislav",
"email": "[email protected]"
},
{
"name": "Pasquale Pellicani",
"email": "[email protected]"
}
],
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"require": {
"yiisoft/yii2": "*",
"bower-asset/jquery": ">= 1.7.0",
"bower-asset/datatables.net": "*",
"bower-asset/datatables.net-bs4": "dev-master",
"bower-asset/datatables.net-responsive-bs4": "dev-master",
"bower-asset/datatables.net-select-bs4": "*",
"bower-asset/datatables.net-buttons-bs4": "*",
"bower-asset/jszip": "*",
"bower-asset/pdfmake": "*"
},
"autoload": {
"psr-4": {
"paskuale75\\datatables\\": ""
}
},
"config": {
"process-timeout": 1800,
"fxp-asset": {
"installer-paths": {
"bower-asset-library": "vendor/bower"
}
}
}
}