mirror of
https://github.com/elyby/accounts.git
synced 2024-11-09 15:02:19 +05:30
Include composer.lock in the repository. Update dependencies.
This commit is contained in:
parent
ae3ec35ad8
commit
ddec87e3a9
@ -9,7 +9,6 @@ use yii\web\NotFoundHttpException;
|
||||
|
||||
abstract class BaseAccountAction extends Action {
|
||||
|
||||
// TODO: вернуть final модификатор метода после того, как в GoAOP добавят поддержку аспектов для final методов
|
||||
public function run(int $id): array {
|
||||
$className = $this->getFormClassName();
|
||||
/** @var AccountActionForm $model */
|
||||
|
@ -7,7 +7,7 @@
|
||||
"require": {
|
||||
"php": "^7.1",
|
||||
"roave/security-advisories": "dev-master",
|
||||
"yiisoft/yii2": "2.0.13.1",
|
||||
"yiisoft/yii2": "2.0.14",
|
||||
"yiisoft/yii2-swiftmailer": "~2.1.0",
|
||||
"ramsey/uuid": "^3.5",
|
||||
"league/oauth2-server": "^4.1",
|
||||
@ -24,7 +24,7 @@
|
||||
"bacon/bacon-qr-code": "^1.0",
|
||||
"paragonie/constant_time_encoding": "^2.0",
|
||||
"webmozart/assert": "^1.2.0",
|
||||
"goaop/framework": "~2.1.2",
|
||||
"goaop/framework": "~2.2.0",
|
||||
"domnikl/statsd": "^2.6",
|
||||
"yiisoft/yii2-queue": "~2.0.2",
|
||||
"enqueue/amqp-lib": "^0.8.11"
|
||||
@ -34,7 +34,7 @@
|
||||
"yiisoft/yii2-faker": "*",
|
||||
"flow/jsonpath": "^0.3.1",
|
||||
"phpunit/phpunit": "^6.0",
|
||||
"codeception/codeception": "dev-reset_yii2_app#6045eed00f7b163226d04fe40333f076b0f132e3",
|
||||
"codeception/codeception": "2.3.8",
|
||||
"codeception/specify": "^1.0.0",
|
||||
"codeception/verify": "*",
|
||||
"mockery/mockery": "^1.0.0",
|
||||
@ -52,10 +52,6 @@
|
||||
{
|
||||
"type": "git",
|
||||
"url": "git@gitlab.ely.by:elyby/email-renderer.git"
|
||||
},
|
||||
{
|
||||
"type": "git",
|
||||
"url": "git@github.com:erickskrauch/Codeception.git"
|
||||
}
|
||||
],
|
||||
"autoload": {
|
||||
|
538
composer.lock
generated
538
composer.lock
generated
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user