{ "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": "*", "symfony/console": "v4.4.30", "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", "game-worker/kiri-event": "v1.0" }, "autoload": { "psr-4": { "Kiri\\": "kiri-engine/", "Http\\Message\\": "http-message/", "Http\\Coroutine\\": "http-coroutine/", "Http\\Handler\\": "http-handler/", "Server\\": "http-server/", "Gii\\": "kiri-gii/", "Annotation\\": "kiri-note/" }, "files": [ "error.php", "function.php" ] } }