From 7f5c1e481807f7c1f31b761ec28225e75f6ad98c Mon Sep 17 00:00:00 2001 From: ErickSkrauch Date: Tue, 8 Aug 2017 18:06:28 +0300 Subject: [PATCH] =?UTF-8?q?Yii2=20=D0=BE=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB?= =?UTF-8?q?=D1=91=D0=BD=20=D0=B4=D0=BE=20=D0=B2=D0=B5=D1=80=D1=81=D0=B8?= =?UTF-8?q?=D0=B8=202.0.12?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 20 ++++---------------- 1 file changed, 4 insertions(+), 16 deletions(-) diff --git a/composer.json b/composer.json index 3f4e2f1..a67e4de 100644 --- a/composer.json +++ b/composer.json @@ -1,21 +1,12 @@ { - "name": "yiisoft/yii2-app-advanced", - "description": "Yii 2 Advanced Project Template", - "keywords": ["yii2", "framework", "advanced", "project template"], - "homepage": "http://www.yiiframework.com/", + "name": "elyby/accounts", + "description": "Authentication service for Ely.by", + "homepage": "https://account.ely.by", "type": "project", - "license": "BSD-3-Clause", - "support": { - "issues": "https://github.com/yiisoft/yii2/issues?state=open", - "forum": "http://www.yiiframework.com/forum/", - "wiki": "http://www.yiiframework.com/wiki/", - "irc": "irc://irc.freenode.net/yii", - "source": "https://github.com/yiisoft/yii2" - }, "minimum-stability": "stable", "require": { "php": "^7.1", - "yiisoft/yii2": "2.0.11.2", + "yiisoft/yii2": "2.0.12", "yiisoft/yii2-swiftmailer": "*", "ramsey/uuid": "^3.5.0", "league/oauth2-server": "dev-improvements#fbaa9b0bd3d8050235ba7dde90f731764122bc20", @@ -46,9 +37,6 @@ "mockery/mockery": "1.0.0-alpha1", "php-mock/php-mock-mockery": "dev-mockery-1.0.0#03956ed4b34ae25bc20a0677500f4f4b416f976c" }, - "config": { - "process-timeout": 1800 - }, "repositories": [ { "type": "composer",