2016-01-02 16:43:18 +03:00
|
|
|
{
|
2017-08-08 18:06:28 +03:00
|
|
|
"name": "elyby/accounts",
|
|
|
|
"description": "Authentication service for Ely.by",
|
|
|
|
"homepage": "https://account.ely.by",
|
2016-01-02 16:43:18 +03:00
|
|
|
"type": "project",
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"require": {
|
2016-12-23 01:24:12 +03:00
|
|
|
"php": "^7.1",
|
2017-10-01 03:20:29 +03:00
|
|
|
"roave/security-advisories": "dev-master",
|
2018-02-19 20:06:43 +03:00
|
|
|
"yiisoft/yii2": "2.0.14",
|
2017-10-01 03:20:29 +03:00
|
|
|
"yiisoft/yii2-swiftmailer": "~2.1.0",
|
|
|
|
"ramsey/uuid": "^3.5",
|
2017-06-17 21:05:36 +03:00
|
|
|
"league/oauth2-server": "^4.1",
|
2016-02-23 01:22:04 +03:00
|
|
|
"yiisoft/yii2-redis": "~2.0.0",
|
2016-07-21 19:12:55 +03:00
|
|
|
"guzzlehttp/guzzle": "^6.0.0",
|
2016-08-27 00:47:14 +03:00
|
|
|
"php-amqplib/php-amqplib": "^2.6.2",
|
2017-10-01 02:04:36 +03:00
|
|
|
"ely/yii2-tempmail-validator": "^2.0",
|
2016-09-09 00:43:56 +03:00
|
|
|
"emarref/jwt": "~1.0.3",
|
2016-11-15 22:45:30 +03:00
|
|
|
"ely/amqp-controller": "dev-master#d7f8cdbc66c45e477c9c7d5d509bc0c1b11fd3ec",
|
2017-10-04 19:35:33 +03:00
|
|
|
"ely/email-renderer": "dev-master#8aa2e71c5b3b8e4a726c3c090b2997030ba29f73",
|
2016-11-22 01:47:41 +03:00
|
|
|
"predis/predis": "^1.0",
|
2017-04-15 11:50:38 +03:00
|
|
|
"mito/yii2-sentry": "^1.0",
|
2017-08-08 20:18:44 +03:00
|
|
|
"spomky-labs/otphp": "^9.0.2",
|
2017-08-08 17:51:12 +03:00
|
|
|
"bacon/bacon-qr-code": "^1.0",
|
2017-09-19 20:06:16 +03:00
|
|
|
"paragonie/constant_time_encoding": "^2.0",
|
2017-11-13 17:14:58 +03:00
|
|
|
"webmozart/assert": "^1.2.0",
|
2018-02-19 20:06:43 +03:00
|
|
|
"goaop/framework": "~2.2.0",
|
2017-11-26 04:44:41 +03:00
|
|
|
"domnikl/statsd": "^2.6",
|
2018-01-01 16:53:53 +03:00
|
|
|
"yiisoft/yii2-queue": "~2.0.2",
|
|
|
|
"enqueue/amqp-lib": "^0.8.11"
|
2016-01-02 16:43:18 +03:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"yiisoft/yii2-debug": "*",
|
2016-01-15 12:21:27 +03:00
|
|
|
"yiisoft/yii2-faker": "*",
|
2016-02-14 20:50:10 +03:00
|
|
|
"flow/jsonpath": "^0.3.1",
|
2017-10-01 03:20:29 +03:00
|
|
|
"phpunit/phpunit": "^6.0",
|
2018-02-19 20:06:43 +03:00
|
|
|
"codeception/codeception": "2.3.8",
|
2017-11-28 14:24:28 +03:00
|
|
|
"codeception/specify": "^1.0.0",
|
2016-06-16 00:37:50 +03:00
|
|
|
"codeception/verify": "*",
|
2017-10-16 00:46:59 +03:00
|
|
|
"mockery/mockery": "^1.0.0",
|
2018-04-17 23:47:25 +03:00
|
|
|
"php-mock/php-mock-mockery": "^1.2.0",
|
|
|
|
"friendsofphp/php-cs-fixer": "^2.11",
|
|
|
|
"ely/php-code-style": "^0.1.0"
|
2016-01-02 16:43:18 +03:00
|
|
|
},
|
2016-06-16 11:00:16 +03:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "composer",
|
|
|
|
"url": "https://asset-packagist.org"
|
2016-07-27 16:17:41 +03:00
|
|
|
},
|
2016-08-16 01:27:18 +03:00
|
|
|
{
|
|
|
|
"type": "git",
|
2017-01-28 22:58:41 +03:00
|
|
|
"url": "git@gitlab.ely.by:elyby/amqp-controller.git"
|
2016-09-13 14:50:22 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "git",
|
2017-01-28 22:58:41 +03:00
|
|
|
"url": "git@gitlab.ely.by:elyby/email-renderer.git"
|
2016-01-02 16:43:18 +03:00
|
|
|
}
|
2016-06-16 11:00:16 +03:00
|
|
|
],
|
2016-08-06 18:52:03 +03:00
|
|
|
"autoload": {
|
2017-11-13 17:14:58 +03:00
|
|
|
"psr-4": {
|
|
|
|
"api\\": "api",
|
|
|
|
"common\\": "common",
|
|
|
|
"console\\": "console"
|
|
|
|
},
|
2016-08-06 18:52:03 +03:00
|
|
|
"files": [
|
|
|
|
"common/consts.php"
|
|
|
|
]
|
2016-01-02 16:43:18 +03:00
|
|
|
}
|
|
|
|
}
|