swoole-framwork/composer.json

25 lines
527 B
JSON
Raw Normal View History

2024-05-20 11:51:07 +08:00
{
"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",
2024-05-21 14:33:56 +08:00
"illuminate/database": "^10.48"
2024-05-20 11:51:07 +08:00
}
}