swoole-framwork/composer.json
2024-05-31 14:57:01 +08:00

29 lines
627 B
JSON

{
"name": "baihand/web",
"description": "this is a swoole http server",
"type": "project",
"license": "MIT",
"autoload": {
"psr-4": {
"App\\": "app/",
"Core\\":"core/"
},
"files": [
"common/functions.php"
]
},
"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",
"hyperf/database": "^3.1"
}
}