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-05-12 03:43:19 +05:30
|
|
|
"php": "~7.0.6",
|
2016-07-15 03:31:01 +05:30
|
|
|
"yiisoft/yii2": "2.0.9",
|
2016-01-03 05:48:37 +05:30
|
|
|
"yiisoft/yii2-swiftmailer": "*",
|
2016-03-22 02:52:17 +05:30
|
|
|
"ramsey/uuid": "~3.1",
|
2016-02-14 23:20:10 +05:30
|
|
|
"league/oauth2-server": "~4.1.5",
|
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-05-01 22:13:28 +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-07-27 18:47:41 +05:30
|
|
|
"emarref/jwt": "dev-master#1e4fdf731f9fdfbc5906659ef5384715197fd90b"
|
2016-01-02 19:13:18 +05:30
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"yiisoft/yii2-codeception": "*",
|
|
|
|
"yiisoft/yii2-debug": "*",
|
|
|
|
"yiisoft/yii2-gii": "*",
|
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-06-07 15:12:55 +05:30
|
|
|
"codeception/codeception": "~2.1.10",
|
2016-02-14 23:20:10 +05:30
|
|
|
"codeception/specify": "*",
|
2016-06-16 03:07:50 +05:30
|
|
|
"codeception/verify": "*",
|
2016-06-16 03:09:02 +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
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:erickskrauch/jwt.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
|
|
|
}
|
|
|
|
}
|