mirror of
https://github.com/elyby/accounts.git
synced 2024-11-08 13:42:30 +05:30
66 lines
2.0 KiB
JSON
66 lines
2.0 KiB
JSON
{
|
|
"name": "elyby/accounts",
|
|
"description": "Authentication service for Ely.by",
|
|
"homepage": "https://account.ely.by",
|
|
"type": "project",
|
|
"minimum-stability": "stable",
|
|
"require": {
|
|
"php": "^7.1",
|
|
"roave/security-advisories": "dev-master",
|
|
"yiisoft/yii2": "2.0.13.1",
|
|
"yiisoft/yii2-swiftmailer": "~2.1.0",
|
|
"ramsey/uuid": "^3.5",
|
|
"league/oauth2-server": "^4.1",
|
|
"yiisoft/yii2-redis": "~2.0.0",
|
|
"guzzlehttp/guzzle": "^6.0.0",
|
|
"php-amqplib/php-amqplib": "^2.6.2",
|
|
"ely/yii2-tempmail-validator": "^2.0",
|
|
"emarref/jwt": "~1.0.3",
|
|
"ely/amqp-controller": "dev-master#d7f8cdbc66c45e477c9c7d5d509bc0c1b11fd3ec",
|
|
"ely/email-renderer": "dev-master#8aa2e71c5b3b8e4a726c3c090b2997030ba29f73",
|
|
"predis/predis": "^1.0",
|
|
"mito/yii2-sentry": "^1.0",
|
|
"spomky-labs/otphp": "^9.0.2",
|
|
"bacon/bacon-qr-code": "^1.0",
|
|
"paragonie/constant_time_encoding": "^2.0",
|
|
"webmozart/assert": "^1.2.0",
|
|
"goaop/framework": "~2.1.2",
|
|
"domnikl/statsd": "^2.6"
|
|
},
|
|
"require-dev": {
|
|
"yiisoft/yii2-debug": "*",
|
|
"yiisoft/yii2-faker": "*",
|
|
"flow/jsonpath": "^0.3.1",
|
|
"phpunit/phpunit": "^6.0",
|
|
"codeception/codeception": "2.3.6",
|
|
"codeception/specify": "*",
|
|
"codeception/verify": "*",
|
|
"mockery/mockery": "^1.0.0",
|
|
"php-mock/php-mock-mockery": "^1.2.0"
|
|
},
|
|
"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"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"api\\": "api",
|
|
"common\\": "common",
|
|
"console\\": "console"
|
|
},
|
|
"files": [
|
|
"common/consts.php"
|
|
]
|
|
}
|
|
}
|