mirror of
https://github.com/elyby/accounts.git
synced 2024-11-08 21:52:33 +05:30
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"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": {
|
|
"php": "~7.0.6",
|
|
"yiisoft/yii2": "2.0.9",
|
|
"yiisoft/yii2-swiftmailer": "*",
|
|
"ramsey/uuid": "~3.1",
|
|
"league/oauth2-server": "~4.1.5",
|
|
"yiisoft/yii2-redis": "~2.0.0",
|
|
"guzzlehttp/guzzle": "~5.3.0",
|
|
"php-amqplib/php-amqplib": "~2.6.2",
|
|
"ely/yii2-tempmail-validator": "~1.0.0",
|
|
"emarref/jwt": "~1.0.0"
|
|
},
|
|
"require-dev": {
|
|
"yiisoft/yii2-codeception": "*",
|
|
"yiisoft/yii2-debug": "*",
|
|
"yiisoft/yii2-gii": "*",
|
|
"yiisoft/yii2-faker": "*",
|
|
"flow/jsonpath": "^0.3.1",
|
|
"codeception/codeception": "~2.1.10",
|
|
"codeception/specify": "*",
|
|
"codeception/verify": "*",
|
|
"phploc/phploc": "^3.0.1"
|
|
},
|
|
"config": {
|
|
"process-timeout": 1800
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://asset-packagist.org"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"phploc" : "phploc ./api ./common ./console"
|
|
}
|
|
}
|