2016-01-02 19:13:18 +05:30
|
|
|
{
|
2017-08-08 20:36:28 +05:30
|
|
|
"name": "elyby/accounts",
|
2019-02-21 01:28:52 +05:30
|
|
|
"description": "Authentication service for the Ely.by",
|
2017-08-08 20:36:28 +05:30
|
|
|
"homepage": "https://account.ely.by",
|
2016-01-02 19:13:18 +05:30
|
|
|
"type": "project",
|
2020-05-20 05:06:32 +05:30
|
|
|
"license": "Apache-2.0",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "ErickSkrauch",
|
|
|
|
"email": "erickskrauch@ely.by"
|
|
|
|
}
|
|
|
|
],
|
2016-01-02 19:13:18 +05:30
|
|
|
"minimum-stability": "stable",
|
2019-12-15 03:19:54 +05:30
|
|
|
"config": {
|
|
|
|
"sort-packages": true
|
|
|
|
},
|
2016-01-02 19:13:18 +05:30
|
|
|
"require": {
|
2019-12-29 20:53:20 +05:30
|
|
|
"php": "^7.4",
|
2019-06-18 05:03:20 +05:30
|
|
|
"ext-intl": "*",
|
2019-02-21 01:28:52 +05:30
|
|
|
"ext-json": "*",
|
2019-05-09 06:53:49 +05:30
|
|
|
"ext-libxml": "*",
|
2019-02-26 04:56:02 +05:30
|
|
|
"ext-mbstring": "*",
|
2019-02-21 01:28:52 +05:30
|
|
|
"ext-pdo": "*",
|
|
|
|
"ext-simplexml": "*",
|
2019-12-05 22:07:46 +05:30
|
|
|
"ext-sodium": "*",
|
2019-05-09 06:53:49 +05:30
|
|
|
"bacon/bacon-qr-code": "^1.0",
|
2019-12-13 22:32:58 +05:30
|
|
|
"domnikl/statsd": "^3.0.0",
|
2019-05-09 06:53:49 +05:30
|
|
|
"ely/mojang-api": "^0.2.0",
|
2017-10-01 04:34:36 +05:30
|
|
|
"ely/yii2-tempmail-validator": "^2.0",
|
2019-05-09 06:53:49 +05:30
|
|
|
"goaop/framework": "^2.2.0",
|
|
|
|
"guzzlehttp/guzzle": "^6.0.0",
|
2019-08-01 14:47:12 +05:30
|
|
|
"lcobucci/jwt": "^3.3",
|
2019-08-23 13:58:04 +05:30
|
|
|
"league/oauth2-server": "dev-adaptation",
|
2017-04-15 14:20:38 +05:30
|
|
|
"mito/yii2-sentry": "^1.0",
|
2019-08-02 05:59:20 +05:30
|
|
|
"nesbot/carbon": "^2.22",
|
2017-09-19 22:36:16 +05:30
|
|
|
"paragonie/constant_time_encoding": "^2.0",
|
2020-06-10 20:08:05 +05:30
|
|
|
"ramsey/uuid": "^4.0.0",
|
|
|
|
"sam-it/yii2-mariadb": "^2.0.0",
|
2019-12-13 22:32:58 +05:30
|
|
|
"spomky-labs/otphp": "^10.0.0",
|
2017-11-13 19:44:58 +05:30
|
|
|
"webmozart/assert": "^1.2.0",
|
2019-06-18 05:03:20 +05:30
|
|
|
"yiisoft/yii2": "~2.0.20",
|
2019-05-14 03:43:07 +05:30
|
|
|
"yiisoft/yii2-queue": "^2.2.0",
|
2019-05-09 06:53:49 +05:30
|
|
|
"yiisoft/yii2-redis": "~2.0.0",
|
|
|
|
"yiisoft/yii2-swiftmailer": "~2.1.0"
|
2016-01-02 19:13:18 +05:30
|
|
|
},
|
|
|
|
"require-dev": {
|
2019-12-21 00:48:09 +05:30
|
|
|
"codeception/codeception": "^4.0.0",
|
|
|
|
"codeception/module-asserts": "^1.1.0",
|
|
|
|
"codeception/module-rest": "^1.0.0",
|
|
|
|
"codeception/module-yii2": "^1.0.0",
|
2019-12-15 03:19:54 +05:30
|
|
|
"cweagans/composer-patches": "^1.6",
|
2019-04-06 07:45:23 +05:30
|
|
|
"ely/php-code-style": "^0.3.0",
|
2019-12-14 02:46:05 +05:30
|
|
|
"php-mock/php-mock-phpunit": "^2.5",
|
2018-07-08 21:08:47 +05:30
|
|
|
"roave/security-advisories": "dev-master"
|
2016-01-02 19:13:18 +05:30
|
|
|
},
|
2019-02-23 19:45:20 +05:30
|
|
|
"replace": {
|
|
|
|
"paragonie/random_compat": "2.99.99",
|
|
|
|
"symfony/polyfill-ctype": "*",
|
2020-05-20 05:06:32 +05:30
|
|
|
"symfony/polyfill-iconv": "*",
|
2020-06-10 20:08:05 +05:30
|
|
|
"symfony/polyfill-intl-grapheme": "*",
|
2020-05-20 05:06:32 +05:30
|
|
|
"symfony/polyfill-intl-idn": "*",
|
2020-06-10 20:08:05 +05:30
|
|
|
"symfony/polyfill-intl-normalizer": "*",
|
2019-02-23 19:45:20 +05:30
|
|
|
"symfony/polyfill-mbstring": "*",
|
|
|
|
"symfony/polyfill-php70": "*",
|
2019-08-02 18:27:17 +05:30
|
|
|
"symfony/polyfill-php72": "*",
|
|
|
|
"symfony/polyfill-php73": "*"
|
2019-02-23 19:45:20 +05:30
|
|
|
},
|
2019-12-15 03:19:54 +05:30
|
|
|
"extra": {
|
2019-12-15 07:56:45 +05:30
|
|
|
"composer-exit-on-patch-failure": true,
|
2019-12-15 03:19:54 +05:30
|
|
|
"patches": {
|
2019-12-21 00:48:09 +05:30
|
|
|
"codeception/codeception": {
|
2019-12-15 03:19:54 +05:30
|
|
|
"Fix Codeception compatibility with PHPUnit8": "patches/codeception-phpunit-8-fix.patch"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2016-06-16 13:30:16 +05:30
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "composer",
|
|
|
|
"url": "https://asset-packagist.org"
|
2019-08-23 13:58:04 +05:30
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "github",
|
|
|
|
"url": "https://github.com/elyby/oauth2-server.git"
|
2016-01-02 19:13:18 +05:30
|
|
|
}
|
2016-06-16 13:30:16 +05:30
|
|
|
],
|
2016-08-06 21:22:03 +05:30
|
|
|
"autoload": {
|
2017-11-13 19:44:58 +05:30
|
|
|
"psr-4": {
|
|
|
|
"api\\": "api",
|
|
|
|
"common\\": "common",
|
|
|
|
"console\\": "console"
|
|
|
|
},
|
2016-08-06 21:22:03 +05:30
|
|
|
"files": [
|
|
|
|
"common/consts.php"
|
|
|
|
]
|
2019-02-21 01:28:52 +05:30
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"api\\tests\\": "api/tests",
|
|
|
|
"common\\tests\\": "common/tests",
|
|
|
|
"console\\tests\\": "console/tests"
|
|
|
|
}
|
2016-01-02 19:13:18 +05:30
|
|
|
}
|
|
|
|
}
|