{ "name": "baihand/web", "description": "this is a swoole http server", "type": "project", "license": "MIT", "autoload": { "psr-4": { "App\\": "app/", "Core\\":"core/" } }, "authors": [ { "name": "junge", "email": "2926804347@qq.com" } ], "require": { "nikic/fast-route": "^1.3", "php-di/php-di": "^7.0", "doctrine/annotations": "^2.0.1", "illuminate/database": "^10.48" } }