diff --git a/composer.json b/composer.json index 78c5fe8..f9e108f 100644 --- a/composer.json +++ b/composer.json @@ -10,12 +10,12 @@ "license": "MIT", "authors": [ { - "name": "Igor Chepurnoy", - "email": "igorzfort@gmail.com" + "name": "Igor Chepurnoi", + "email": "chepurnoi.igor@gmail.com" } ], "require": { - "yiisoft/yii2": ">=2.0.8", + "yiisoft/yii2": "~2.0.14", "yii2mod/yii2-behaviors": "*", "stripe/stripe-php": "~4.0", "nesbot/carbon": "~1.0", @@ -23,7 +23,7 @@ }, "require-dev": { "friendsofphp/php-cs-fixer": "~2.0", - "phpunit/phpunit": "~6.0" + "phpunit/phpunit": "~7.0" }, "autoload": {