mirror of
				https://github.com/elyby/accounts.git
				synced 2025-05-31 14:11:46 +05:30 
			
		
		
		
	
		
			
				
	
	
		
			110 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			110 lines
		
	
	
		
			3.3 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
{
 | 
						|
    "name": "elyby/accounts",
 | 
						|
    "description": "Authentication service for the Ely.by",
 | 
						|
    "homepage": "https://account.ely.by",
 | 
						|
    "type": "project",
 | 
						|
    "license": "Apache-2.0",
 | 
						|
    "authors": [
 | 
						|
        {
 | 
						|
            "name": "ErickSkrauch",
 | 
						|
            "email": "erickskrauch@ely.by"
 | 
						|
        }
 | 
						|
    ],
 | 
						|
    "minimum-stability": "stable",
 | 
						|
    "config": {
 | 
						|
        "sort-packages": true
 | 
						|
    },
 | 
						|
    "require": {
 | 
						|
        "php": "^7.4",
 | 
						|
        "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|^7",
 | 
						|
        "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": "^4.0.0",
 | 
						|
        "sam-it/yii2-mariadb": "^3",
 | 
						|
        "spomky-labs/otphp": "^10.0.0",
 | 
						|
        "webmozart/assert": "^1.2.0",
 | 
						|
        "yiisoft/yii2": "~2.0.38",
 | 
						|
        "yiisoft/yii2-queue": "^2.2.0",
 | 
						|
        "yiisoft/yii2-redis": "~2.0.0",
 | 
						|
        "yiisoft/yii2-swiftmailer": "~2.1.0"
 | 
						|
    },
 | 
						|
    "require-dev": {
 | 
						|
        "codeception/codeception": "^4.0.0",
 | 
						|
        "codeception/module-asserts": "^1.1.0",
 | 
						|
        "codeception/module-rest": "^1.0.0",
 | 
						|
        "codeception/module-yii2": "^1.0.0",
 | 
						|
        "cweagans/composer-patches": "^1.7",
 | 
						|
        "ely/php-code-style": "^0.3.0",
 | 
						|
        "php-mock/php-mock-phpunit": "^2.5",
 | 
						|
        "roave/security-advisories": "dev-master"
 | 
						|
    },
 | 
						|
    "replace": {
 | 
						|
        "bower-asset/inputmask": "*",
 | 
						|
        "bower-asset/jquery": "*",
 | 
						|
        "bower-asset/punycode": "*",
 | 
						|
        "bower-asset/raven-js": "*",
 | 
						|
        "bower-asset/yii2-pjax": "*",
 | 
						|
        "paragonie/random_compat": "2.99.99",
 | 
						|
        "symfony/polyfill-ctype": "*",
 | 
						|
        "symfony/polyfill-iconv": "*",
 | 
						|
        "symfony/polyfill-intl-grapheme": "*",
 | 
						|
        "symfony/polyfill-intl-idn": "*",
 | 
						|
        "symfony/polyfill-intl-normalizer": "*",
 | 
						|
        "symfony/polyfill-mbstring": "*",
 | 
						|
        "symfony/polyfill-php70": "*",
 | 
						|
        "symfony/polyfill-php72": "*",
 | 
						|
        "symfony/polyfill-php73": "*",
 | 
						|
        "yiisoft/yii2-composer": "*"
 | 
						|
    },
 | 
						|
    "extra": {
 | 
						|
        "composer-exit-on-patch-failure": true,
 | 
						|
        "patches": {
 | 
						|
            "codeception/codeception": {
 | 
						|
                "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"
 | 
						|
        }
 | 
						|
    }
 | 
						|
}
 |