Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey Kasatkin committed Apr 8, 2016
1 parent 6032397 commit f6436e3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@

use yii\base\Configurable;

/**
* {@inheritDoc}
*/
class Client extends \Dadata\Client implements Configurable
{
}
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
],
"require": {
"php": ">=5.3.0",
"yiisoft/yii2": ">=2.0.0",
"gietos/dadata": "*"
"yiisoft/yii2": "2.*",
"gietos/dadata": "1.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit f6436e3

Please sign in to comment.