mirror of
https://github.com/elyby/accounts.git
synced 2024-11-06 08:11:24 +05:30
94 lines
2.7 KiB
JSON
94 lines
2.7 KiB
JSON
{
|
|
"name": "elyby/accounts",
|
|
"description": "Authentication service for the Ely.by",
|
|
"homepage": "https://account.ely.by",
|
|
"type": "project",
|
|
"minimum-stability": "stable",
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"require": {
|
|
"php": "^7.3",
|
|
"ext-intl": "*",
|
|
"ext-json": "*",
|
|
"ext-libxml": "*",
|
|
"ext-mbstring": "*",
|
|
"ext-pdo": "*",
|
|
"ext-simplexml": "*",
|
|
"ext-sodium": "*",
|
|
"bacon/bacon-qr-code": "^1.0",
|
|
"domnikl/statsd": "^3.0.0",
|
|
"ely/mojang-api": "^0.2.0",
|
|
"ely/yii2-tempmail-validator": "^2.0",
|
|
"goaop/framework": "^2.2.0",
|
|
"guzzlehttp/guzzle": "^6.0.0",
|
|
"lcobucci/jwt": "^3.3",
|
|
"league/oauth2-server": "dev-adaptation",
|
|
"mito/yii2-sentry": "^1.0",
|
|
"nesbot/carbon": "^2.22",
|
|
"paragonie/constant_time_encoding": "^2.0",
|
|
"ramsey/uuid": "^3.5",
|
|
"sam-it/yii2-mariadb": "^1.1",
|
|
"spomky-labs/otphp": "^10.0.0",
|
|
"webmozart/assert": "^1.2.0",
|
|
"yiisoft/yii2": "~2.0.20",
|
|
"yiisoft/yii2-queue": "^2.2.0",
|
|
"yiisoft/yii2-redis": "~2.0.0",
|
|
"yiisoft/yii2-swiftmailer": "~2.1.0"
|
|
},
|
|
"require-dev": {
|
|
"codeception/base": "^3.1.0",
|
|
"codeception/specify": "^1.0.0",
|
|
"cweagans/composer-patches": "^1.6",
|
|
"ely/php-code-style": "^0.3.0",
|
|
"flow/jsonpath": "^0.4.0",
|
|
"fzaninotto/faker": "^1.8",
|
|
"php-mock/php-mock-phpunit": "^2.5",
|
|
"predis/predis": "^1.1",
|
|
"roave/security-advisories": "dev-master"
|
|
},
|
|
"replace": {
|
|
"paragonie/random_compat": "2.99.99",
|
|
"symfony/polyfill-ctype": "*",
|
|
"symfony/polyfill-mbstring": "*",
|
|
"symfony/polyfill-php70": "*",
|
|
"symfony/polyfill-php72": "*",
|
|
"symfony/polyfill-php73": "*"
|
|
},
|
|
"extra": {
|
|
"composer-exit-on-patch-failure": true,
|
|
"patches": {
|
|
"codeception/base": {
|
|
"Fix Codeception compatibility with PHPUnit8": "patches/codeception-phpunit-8-fix.patch"
|
|
}
|
|
}
|
|
},
|
|
"repositories": [
|
|
{
|
|
"type": "composer",
|
|
"url": "https://asset-packagist.org"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/elyby/oauth2-server.git"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"api\\": "api",
|
|
"common\\": "common",
|
|
"console\\": "console"
|
|
},
|
|
"files": [
|
|
"common/consts.php"
|
|
]
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"api\\tests\\": "api/tests",
|
|
"common\\tests\\": "common/tests",
|
|
"console\\tests\\": "console/tests"
|
|
}
|
|
}
|
|
}
|