Skip to content
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #15 from 2amigos/php7-compatible
Browse files Browse the repository at this point in the history
Php7 compatible
  • Loading branch information
tonydspaniard authored Aug 15, 2018
2 parents 37d575d + 45fbfdb commit 7967f2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
}
],
"require": {
"yiisoft/yii2": "~2.0.0",
"yiisoft/yii2": "~2.0.13",
"yiisoft/yii2-bootstrap": "~2.0.0",
"bower-asset/typeahead.js": "~0.11.0"
},
Expand Down
4 changes: 2 additions & 2 deletions src/Bloodhound.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

namespace dosamigos\typeahead;

use yii\base\BaseObject;
use yii\base\InvalidConfigException;
use yii\base\Object;
use yii\helpers\Json;
use yii\web\JsExpression;

Expand All @@ -20,7 +20,7 @@
* @link http://www.2amigos.us/
* @package dosamigos\typeahead
*/
class Bloodhound extends Object
class Bloodhound extends BaseObject
{
/**
* @var string the engine js name
Expand Down

0 comments on commit 7967f2c

Please sign in to comment.