2016-01-02 19:13:18 +05:30
|
|
|
{
|
|
|
|
"name": "yiisoft/yii2-app-advanced",
|
|
|
|
"description": "Yii 2 Advanced Project Template",
|
|
|
|
"keywords": ["yii2", "framework", "advanced", "project template"],
|
|
|
|
"homepage": "http://www.yiiframework.com/",
|
|
|
|
"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": {
|
2016-12-23 03:54:12 +05:30
|
|
|
"php": "^7.1",
|
2016-12-07 15:08:21 +05:30
|
|
|
"yiisoft/yii2": "2.0.10",
|
2016-01-03 05:48:37 +05:30
|
|
|
"yiisoft/yii2-swiftmailer": "*",
|
2016-08-27 03:17:14 +05:30
|
|
|
"ramsey/uuid": "^3.5.0",
|
2017-01-05 04:31:31 +05:30
|
|
|
"league/oauth2-server": "dev-improvements#fbaa9b0bd3d8050235ba7dde90f731764122bc20",
|
2016-02-23 03:52:04 +05:30
|
|
|
"yiisoft/yii2-redis": "~2.0.0",
|
2016-07-21 21:42:55 +05:30
|
|
|
"guzzlehttp/guzzle": "^6.0.0",
|
2016-08-27 03:17:14 +05:30
|
|
|
"php-amqplib/php-amqplib": "^2.6.2",
|
2016-05-30 05:14:17 +05:30
|
|
|
"ely/yii2-tempmail-validator": "~1.0.0",
|
2016-09-09 03:13:56 +05:30
|
|
|
"emarref/jwt": "~1.0.3",
|
2016-11-16 01:15:30 +05:30
|
|
|
"ely/amqp-controller": "dev-master#d7f8cdbc66c45e477c9c7d5d509bc0c1b11fd3ec",
|
2016-12-22 04:24:09 +05:30
|
|
|
"ely/email-renderer": "dev-master#ef1cb3f7a13196524b97ca5aa0a2d5867f2d9207",
|
2016-11-22 04:17:41 +05:30
|
|
|
"predis/predis": "^1.0",
|
2016-12-10 02:12:07 +05:30
|
|
|
"mito/yii2-sentry": "dev-fix_init#27f00805cb906f73b2c6f8181c1c655decb9be70",
|
2017-01-19 04:16:54 +05:30
|
|
|
"minime/annotations": "~3.0",
|
|
|
|
"spomky-labs/otphp": "^8.3",
|
|
|
|
"bacon/bacon-qr-code": "^1.0"
|
2016-01-02 19:13:18 +05:30
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"yiisoft/yii2-codeception": "*",
|
|
|
|
"yiisoft/yii2-debug": "*",
|
2016-01-15 14:51:27 +05:30
|
|
|
"yiisoft/yii2-faker": "*",
|
2016-02-14 23:20:10 +05:30
|
|
|
"flow/jsonpath": "^0.3.1",
|
2016-09-19 04:43:17 +05:30
|
|
|
"codeception/codeception": "~2.2.4",
|
2016-02-14 23:20:10 +05:30
|
|
|
"codeception/specify": "*",
|
2016-06-16 03:07:50 +05:30
|
|
|
"codeception/verify": "*",
|
2016-11-27 20:11:39 +05:30
|
|
|
"phploc/phploc": "^3.0.1"
|
2016-01-02 19:13:18 +05:30
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"process-timeout": 1800
|
|
|
|
},
|
2016-06-16 13:30:16 +05:30
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "composer",
|
|
|
|
"url": "https://asset-packagist.org"
|
2016-07-27 18:47:41 +05:30
|
|
|
},
|
2016-08-16 03:57:18 +05:30
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@gitlab.com:elyby/amqp-controller.git"
|
2016-09-13 17:20:22 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@gitlab.com:elyby/email-renderer.git"
|
2016-11-29 04:27:58 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@gitlab.ely.by:elyby/oauth2-server.git"
|
2016-12-09 13:33:40 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:erickskrauch/yii2-sentry.git"
|
2016-01-02 19:13:18 +05:30
|
|
|
}
|
2016-06-16 13:30:16 +05:30
|
|
|
],
|
2016-06-16 01:32:39 +05:30
|
|
|
"scripts": {
|
2016-06-16 03:07:50 +05:30
|
|
|
"phploc" : "phploc ./api ./common ./console"
|
2016-08-06 21:22:03 +05:30
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"common/consts.php"
|
|
|
|
]
|
2016-01-02 19:13:18 +05:30
|
|
|
}
|
|
|
|
}
|