tp6混合easyswoole DLL 多应用模式 修改版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
594 B

{
"name": "easyswoole/ddl",
"type": "library",
"description": "An efficient swoole framework",
"keywords": [
"swoole",
"framework",
"async",
"easyswoole"
],
"homepage": "https://www.easyswoole.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"autoload": {
"psr-4": {
"EasySwoole\\DDL\\": "src/",
"EasySwoole\\DDL\\Test\\":"test/"
}
},
"require": {
"easyswoole/spl": "^1.2"
}
}