swoole-framwork/composer.json
2024-05-20 11:51:07 +08:00

25 lines
526 B
JSON

{
"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": "^11.7"
}
}