mirror of
https://github.com/elyby/accounts.git
synced 2024-11-08 21:52:33 +05:30
79 lines
2.5 KiB
JSON
79 lines
2.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": "^7.1",
|
|
"yiisoft/yii2": "2.0.11.2",
|
|
"yiisoft/yii2-swiftmailer": "*",
|
|
"ramsey/uuid": "^3.5.0",
|
|
"league/oauth2-server": "dev-improvements#fbaa9b0bd3d8050235ba7dde90f731764122bc20",
|
|
"yiisoft/yii2-redis": "~2.0.0",
|
|
"guzzlehttp/guzzle": "^6.0.0",
|
|
"php-amqplib/php-amqplib": "^2.6.2",
|
|
"ely/yii2-tempmail-validator": "~1.0.0",
|
|
"emarref/jwt": "~1.0.3",
|
|
"ely/amqp-controller": "dev-master#d7f8cdbc66c45e477c9c7d5d509bc0c1b11fd3ec",
|
|
"ely/email-renderer": "dev-master#ef1cb3f7a13196524b97ca5aa0a2d5867f2d9207",
|
|
"predis/predis": "^1.0",
|
|
"mito/yii2-sentry": "dev-fix_init#27f00805cb906f73b2c6f8181c1c655decb9be70",
|
|
"minime/annotations": "~3.0",
|
|
"spomky-labs/otphp": "^8.3",
|
|
"bacon/bacon-qr-code": "^1.0"
|
|
},
|
|
"require-dev": {
|
|
"yiisoft/yii2-codeception": "*",
|
|
"yiisoft/yii2-debug": "*",
|
|
"yiisoft/yii2-faker": "*",
|
|
"flow/jsonpath": "^0.3.1",
|
|
"codeception/codeception": "~2.2.4",
|
|
"codeception/specify": "*",
|
|
"codeception/verify": "*",
|
|
"phploc/phploc": "^3.0.1"
|
|
},
|
|
"config": {
|
|
"process-timeout": 1800
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://asset-packagist.org"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"url": "git@gitlab.ely.by:elyby/amqp-controller.git"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"url": "git@gitlab.ely.by:elyby/email-renderer.git"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"url": "git@gitlab.ely.by:elyby/oauth2-server.git"
|
|
},
|
|
{
|
|
"type": "git",
|
|
"url": "git@github.com:erickskrauch/yii2-sentry.git"
|
|
}
|
|
],
|
|
"scripts": {
|
|
"phploc" : "phploc ./api ./common ./console"
|
|
},
|
|
"autoload": {
|
|
"files": [
|
|
"common/consts.php"
|
|
]
|
|
}
|
|
}
|