mirror of
https://github.com/elyby/accounts.git
synced 2024-11-08 21:52:33 +05:30
46 lines
1.5 KiB
JSON
46 lines
1.5 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": ">=5.6.0",
|
|
"yiisoft/yii2": ">=2.0.6",
|
|
"yiisoft/yii2-bootstrap": "*",
|
|
"yiisoft/yii2-swiftmailer": "*",
|
|
"ramsey/uuid": "^3.1",
|
|
"league/oauth2-server": "~4.1.5",
|
|
"yiisoft/yii2-redis": "~2.0.0",
|
|
"damirka/yii2-jwt": "dev-master#be29a5b5d7e7d146c13d4374788e02c54cc04138"
|
|
},
|
|
"require-dev": {
|
|
"yiisoft/yii2-codeception": "*",
|
|
"yiisoft/yii2-debug": "*",
|
|
"yiisoft/yii2-gii": "*",
|
|
"yiisoft/yii2-faker": "*",
|
|
"flow/jsonpath": "^0.3.1",
|
|
"codeception/codeception": "2.0.*",
|
|
"codeception/specify": "*",
|
|
"codeception/verify": "*"
|
|
},
|
|
"config": {
|
|
"process-timeout": 1800
|
|
},
|
|
"extra": {
|
|
"asset-installer-paths": {
|
|
"npm-asset-library": "vendor/npm",
|
|
"bower-asset-library": "vendor/bower"
|
|
}
|
|
}
|
|
}
|