File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 27
27
"minimum-stability" : " stable" ,
28
28
"require" : {
29
29
"php" : " >=5.4.0" ,
30
- "yiisoft/yii2" : " ~2.0" ,
30
+ "yiisoft/yii2" : " ~2.0.13 " ,
31
31
"bower-asset/datatables" : " ~1.10.15" ,
32
32
"bower-asset/datatables-plugins" : " ~1.10.15"
33
33
},
34
34
"autoload" : {
35
- "psr-4" : {"nullref\\ datatable\\ " : " src/" }
35
+ "psr-4" : {
36
+ "nullref\\ datatable\\ " : " src/"
37
+ }
36
38
},
37
- "extra" : {
38
- "asset-installer-paths" : {
39
- "bower-asset-library" : " vendor/bower"
39
+ "config" : {
40
+ "fxp-asset" : {
41
+ "installer-paths" : {
42
+ "bower-asset-library" : " vendor/bower"
43
+ }
40
44
}
41
45
}
42
46
}
Original file line number Diff line number Diff line change 11
11
use yii \helpers \Json ;
12
12
use yii \web \JsExpression ;
13
13
14
- class LinkColumn extends \yii \base \baseObject
14
+ class LinkColumn extends \yii \base \BaseObject
15
15
{
16
16
public $ queryParams = [];
17
17
public $ url ;
You can’t perform that action at this time.
0 commit comments