diff --git a/composer.json b/composer.json index 7e6eb201..557b4ee0 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,8 @@ "require": { "dmstr/yii2-cms-metapackage": "^5.0.1", "vlucas/phpdotenv": "2.*", - "yiisoft/yii2": "^2.0.7" + "yiisoft/yii2": "^2.0.7", + "yiisoft/yii2-codeception": "^2.0" }, "require-dev": { "dmstr/yii2-cms-dev-metapackage": "^1.1.0" diff --git a/composer.lock b/composer.lock index 9add7788..ea8a9c8e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,8 +4,8 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file", "This file is @generated automatically" ], - "hash": "e25619755b12a57021075c27cdcf57ae", - "content-hash": "3cb210a27e8a6dd340d30f13e6bb9dd7", + "hash": "ce4620d8e551e1150e3247e628f030d0", + "content-hash": "5623ab3b95427d8b16b92a769fcc89cb", "packages": [ { "name": "2amigos/yii2-chartjs-widget", @@ -3003,6 +3003,52 @@ ], "time": "2016-03-17 03:29:28" }, + { + "name": "yiisoft/yii2-codeception", + "version": "2.0.6", + "source": { + "type": "git", + "url": "https://github.com/yiisoft/yii2-codeception.git", + "reference": "086c8c2d28736e7a484a7a8611b5cc84024e9fb3" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/yiisoft/yii2-codeception/zipball/086c8c2d28736e7a484a7a8611b5cc84024e9fb3", + "reference": "086c8c2d28736e7a484a7a8611b5cc84024e9fb3", + "shasum": "" + }, + "require": { + "yiisoft/yii2": ">=2.0.4" + }, + "type": "yii2-extension", + "extra": { + "branch-alias": { + "dev-master": "2.0.x-dev" + } + }, + "autoload": { + "psr-4": { + "yii\\codeception\\": "" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "BSD-3-Clause" + ], + "authors": [ + { + "name": "Mark Jebri", + "email": "mark.github@yandex.ru" + } + ], + "description": "The Codeception integration for the Yii framework", + "keywords": [ + "codeception", + "yii2" + ], + "abandoned": "codeception/codeception", + "time": "2017-05-22 12:08:21" + }, { "name": "yiisoft/yii2-composer", "version": "2.0.5",