{ "name": "game-worker/snowflake", "description": "test framework", "authors": [ { "name": "XiangLin", "email": "as2252258@163.com" } ], "license": "MIT", "require": { "php": ">= 7.1", "swoole/ide-helper": "@dev", "amphp/amp": "^2.0.3", "lcobucci/clock": "^1.0", "psr/log": "^1.0", "ext-json": "*", "phpmailer/phpmailer": "^6.1", "ext-fileinfo": "*", "ext-pdo": "*", "ext-redis": "*", "ext-simplexml": "*", "ext-libxml": "*", "ext-iconv": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-memcached": "*" }, "autoload": { "psr-4": { "Snowflake\\": "System/", "HttpServer\\": "HttpServer/", "validator\\": "Validator/", "Console\\": "./Console/", "Database\\": "./Database/" }, "files": [ "error.php", "function.php" ] } }