Include composer.lock in the repository. Update dependencies.

This commit is contained in:
ErickSkrauch 2018-02-19 20:06:43 +03:00
parent ae3ec35ad8
commit ddec87e3a9
3 changed files with 337 additions and 212 deletions

View File

@ -9,7 +9,6 @@ use yii\web\NotFoundHttpException;
abstract class BaseAccountAction extends Action { abstract class BaseAccountAction extends Action {
// TODO: вернуть final модификатор метода после того, как в GoAOP добавят поддержку аспектов для final методов
public function run(int $id): array { public function run(int $id): array {
$className = $this->getFormClassName(); $className = $this->getFormClassName();
/** @var AccountActionForm $model */ /** @var AccountActionForm $model */

View File

@ -7,7 +7,7 @@
"require": { "require": {
"php": "^7.1", "php": "^7.1",
"roave/security-advisories": "dev-master", "roave/security-advisories": "dev-master",
"yiisoft/yii2": "2.0.13.1", "yiisoft/yii2": "2.0.14",
"yiisoft/yii2-swiftmailer": "~2.1.0", "yiisoft/yii2-swiftmailer": "~2.1.0",
"ramsey/uuid": "^3.5", "ramsey/uuid": "^3.5",
"league/oauth2-server": "^4.1", "league/oauth2-server": "^4.1",
@ -24,7 +24,7 @@
"bacon/bacon-qr-code": "^1.0", "bacon/bacon-qr-code": "^1.0",
"paragonie/constant_time_encoding": "^2.0", "paragonie/constant_time_encoding": "^2.0",
"webmozart/assert": "^1.2.0", "webmozart/assert": "^1.2.0",
"goaop/framework": "~2.1.2", "goaop/framework": "~2.2.0",
"domnikl/statsd": "^2.6", "domnikl/statsd": "^2.6",
"yiisoft/yii2-queue": "~2.0.2", "yiisoft/yii2-queue": "~2.0.2",
"enqueue/amqp-lib": "^0.8.11" "enqueue/amqp-lib": "^0.8.11"
@ -34,7 +34,7 @@
"yiisoft/yii2-faker": "*", "yiisoft/yii2-faker": "*",
"flow/jsonpath": "^0.3.1", "flow/jsonpath": "^0.3.1",
"phpunit/phpunit": "^6.0", "phpunit/phpunit": "^6.0",
"codeception/codeception": "dev-reset_yii2_app#6045eed00f7b163226d04fe40333f076b0f132e3", "codeception/codeception": "2.3.8",
"codeception/specify": "^1.0.0", "codeception/specify": "^1.0.0",
"codeception/verify": "*", "codeception/verify": "*",
"mockery/mockery": "^1.0.0", "mockery/mockery": "^1.0.0",
@ -52,10 +52,6 @@
{ {
"type": "git", "type": "git",
"url": "git@gitlab.ely.by:elyby/email-renderer.git" "url": "git@gitlab.ely.by:elyby/email-renderer.git"
},
{
"type": "git",
"url": "git@github.com:erickskrauch/Codeception.git"
} }
], ],
"autoload": { "autoload": {

538
composer.lock generated

File diff suppressed because it is too large Load Diff