Skip to content

Commit f0a41a1

Browse files
committed
compatibility update
1 parent 4694faf commit f0a41a1

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

composer.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,20 @@
2727
"minimum-stability": "stable",
2828
"require": {
2929
"php": ">=5.4.0",
30-
"yiisoft/yii2": "~2.0",
30+
"yiisoft/yii2": "~2.0.13",
3131
"bower-asset/datatables": "~1.10.15",
3232
"bower-asset/datatables-plugins": "~1.10.15"
3333
},
3434
"autoload": {
35-
"psr-4": {"nullref\\datatable\\": "src/"}
35+
"psr-4": {
36+
"nullref\\datatable\\": "src/"
37+
}
3638
},
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+
}
4044
}
4145
}
4246
}

src/LinkColumn.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use yii\helpers\Json;
1212
use yii\web\JsExpression;
1313

14-
class LinkColumn extends \yii\base\baseObject
14+
class LinkColumn extends \yii\base\BaseObject
1515
{
1616
public $queryParams = [];
1717
public $url;

0 commit comments

Comments
 (0)