2016-01-02 19:13:18 +05:30
|
|
|
{
|
2017-08-08 20:36:28 +05:30
|
|
|
"name": "elyby/accounts",
|
|
|
|
"description": "Authentication service for Ely.by",
|
|
|
|
"homepage": "https://account.ely.by",
|
2016-01-02 19:13:18 +05:30
|
|
|
"type": "project",
|
|
|
|
"minimum-stability": "stable",
|
|
|
|
"require": {
|
2016-12-23 03:54:12 +05:30
|
|
|
"php": "^7.1",
|
2017-08-08 20:36:28 +05:30
|
|
|
"yiisoft/yii2": "2.0.12",
|
2016-01-03 05:48:37 +05:30
|
|
|
"yiisoft/yii2-swiftmailer": "*",
|
2016-08-27 03:17:14 +05:30
|
|
|
"ramsey/uuid": "^3.5.0",
|
2017-06-17 23:35:36 +05:30
|
|
|
"league/oauth2-server": "^4.1",
|
2016-02-23 03:52:04 +05:30
|
|
|
"yiisoft/yii2-redis": "~2.0.0",
|
2016-07-21 21:42:55 +05:30
|
|
|
"guzzlehttp/guzzle": "^6.0.0",
|
2016-08-27 03:17:14 +05:30
|
|
|
"php-amqplib/php-amqplib": "^2.6.2",
|
2016-05-30 05:14:17 +05:30
|
|
|
"ely/yii2-tempmail-validator": "~1.0.0",
|
2016-09-09 03:13:56 +05:30
|
|
|
"emarref/jwt": "~1.0.3",
|
2016-11-16 01:15:30 +05:30
|
|
|
"ely/amqp-controller": "dev-master#d7f8cdbc66c45e477c9c7d5d509bc0c1b11fd3ec",
|
2017-07-28 01:51:50 +05:30
|
|
|
"ely/email-renderer": "dev-master#9458ef44bbee0186acc8417fd2f0839789d13db4",
|
2016-11-22 04:17:41 +05:30
|
|
|
"predis/predis": "^1.0",
|
2017-04-15 14:20:38 +05:30
|
|
|
"mito/yii2-sentry": "^1.0",
|
2017-01-19 04:16:54 +05:30
|
|
|
"minime/annotations": "~3.0",
|
2017-08-08 22:48:44 +05:30
|
|
|
"spomky-labs/otphp": "^9.0.2",
|
2017-08-08 20:21:12 +05:30
|
|
|
"bacon/bacon-qr-code": "^1.0",
|
2017-08-08 22:48:44 +05:30
|
|
|
"roave/security-advisories": "dev-master",
|
|
|
|
"paragonie/constant_time_encoding": "^2.0"
|
2016-01-02 19:13:18 +05:30
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"yiisoft/yii2-codeception": "*",
|
|
|
|
"yiisoft/yii2-debug": "*",
|
2016-01-15 14:51:27 +05:30
|
|
|
"yiisoft/yii2-faker": "*",
|
2016-02-14 23:20:10 +05:30
|
|
|
"flow/jsonpath": "^0.3.1",
|
2017-05-29 16:50:28 +05:30
|
|
|
"phpunit/phpunit": "^5.7",
|
2017-08-03 00:25:46 +05:30
|
|
|
"codeception/codeception": "2.3.4",
|
2016-02-14 23:20:10 +05:30
|
|
|
"codeception/specify": "*",
|
2016-06-16 03:07:50 +05:30
|
|
|
"codeception/verify": "*",
|
2017-04-25 03:53:04 +05:30
|
|
|
"phploc/phploc": "^3.0.1",
|
2017-05-18 19:27:16 +05:30
|
|
|
"mockery/mockery": "1.0.0-alpha1",
|
|
|
|
"php-mock/php-mock-mockery": "dev-mockery-1.0.0#03956ed4b34ae25bc20a0677500f4f4b416f976c"
|
2016-01-02 19:13:18 +05:30
|
|
|
},
|
2016-06-16 13:30:16 +05:30
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "composer",
|
|
|
|
"url": "https://asset-packagist.org"
|
2016-07-27 18:47:41 +05:30
|
|
|
},
|
2016-08-16 03:57:18 +05:30
|
|
|
{
|
|
|
|
"type": "git",
|
2017-01-29 01:28:41 +05:30
|
|
|
"url": "git@gitlab.ely.by:elyby/amqp-controller.git"
|
2016-09-13 17:20:22 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "git",
|
2017-01-29 01:28:41 +05:30
|
|
|
"url": "git@gitlab.ely.by:elyby/email-renderer.git"
|
2016-11-29 04:27:58 +05:30
|
|
|
},
|
2017-05-18 19:27:16 +05:30
|
|
|
{
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:erickskrauch/php-mock-mockery.git"
|
2016-01-02 19:13:18 +05:30
|
|
|
}
|
2016-06-16 13:30:16 +05:30
|
|
|
],
|
2016-06-16 01:32:39 +05:30
|
|
|
"scripts": {
|
2016-06-16 03:07:50 +05:30
|
|
|
"phploc" : "phploc ./api ./common ./console"
|
2016-08-06 21:22:03 +05:30
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": [
|
|
|
|
"common/consts.php"
|
|
|
|
]
|
2016-01-02 19:13:18 +05:30
|
|
|
}
|
|
|
|
}
|