From f6436e33531d740845ac333b86c3f8ce35774ed0 Mon Sep 17 00:00:00 2001 From: Sergey Kasatkin Date: Fri, 8 Apr 2016 11:00:09 +0300 Subject: [PATCH] Small fixes --- Client.php | 3 +++ composer.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Client.php b/Client.php index 4d24bac..6a8105b 100644 --- a/Client.php +++ b/Client.php @@ -4,6 +4,9 @@ use yii\base\Configurable; +/** + * {@inheritDoc} + */ class Client extends \Dadata\Client implements Configurable { } diff --git a/composer.json b/composer.json index 1d16ec0..67eea4a 100644 --- a/composer.json +++ b/composer.json @@ -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": {