{ "name": "game-worker/kiri-core", "description": "test framework", "authors": [ { "name": "XiangLin", "email": "as2252258@163.com" } ], "license": "MIT", "require": { "php": ">=8.0", "ext-json": "*", "ext-fileinfo": "*", "ext-pdo": "*", "ext-redis": "*", "ext-simplexml": "*", "ext-libxml": "*", "ext-iconv": "*", "ext-mbstring": "*", "ext-xml": "*", "ext-curl": "*", "ext-openssl": "*", "amphp/amp": "v1.2.2", "psr/log": "1.*", "ext-sockets": "*", "ext-pcntl": "*", "ext-posix": "*", "ext-gd": "*", "swiftmailer/swiftmailer": "^6.0", "psr/container": "^2.0", "psr/http-server-middleware": "^1.0", "psr/link": "^2.0", "psr/cache": "^3.0", "psr/http-client": "^1.0", "psr/simple-cache": "^1.0", "game-worker/kiri-event": "v1.0" }, "autoload": { "psr-4": { "Kiri\\": "core/", "Http\\": "http-helper/", "Server\\": "http-server/", "Console\\": "kiri-console/", "Gii\\": "kiri-gii/", "Annotation\\": "note/" }, "files": [ "error.php", "function.php" ] }, "require-dev": { } }