Skip to content

Commit

Permalink
compatibility update
Browse files Browse the repository at this point in the history
  • Loading branch information
ZAYEC77 committed Apr 3, 2018
1 parent 4694faf commit f0a41a1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,20 @@
"minimum-stability": "stable",
"require": {
"php": ">=5.4.0",
"yiisoft/yii2": "~2.0",
"yiisoft/yii2": "~2.0.13",
"bower-asset/datatables": "~1.10.15",
"bower-asset/datatables-plugins": "~1.10.15"
},
"autoload": {
"psr-4": {"nullref\\datatable\\": "src/"}
"psr-4": {
"nullref\\datatable\\": "src/"
}
},
"extra": {
"asset-installer-paths": {
"bower-asset-library": "vendor/bower"
"config": {
"fxp-asset": {
"installer-paths": {
"bower-asset-library": "vendor/bower"
}
}
}
}
2 changes: 1 addition & 1 deletion src/LinkColumn.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
use yii\helpers\Json;
use yii\web\JsExpression;

class LinkColumn extends \yii\base\baseObject
class LinkColumn extends \yii\base\BaseObject
{
public $queryParams = [];
public $url;
Expand Down

0 comments on commit f0a41a1

Please sign in to comment.