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.

27 lines
547 B

{
"name": "easyswoole/spl",
"type": "library",
"description": "php stander lib",
"keywords" : ["swoole", "framework", "async","easyswoole"],
"homepage" : "https://www.easyswoole.com/",
"license" : "Apache-2.0",
"authors": [
{
"name": "YF",
"email": "291323003@qq.com"
}
],
"require": {
"php": ">=7.1.0",
"ext-json": "*"
},
"require-dev": {
"easyswoole/phpunit": "^1.0"
},
"autoload": {
"psr-4": {
"EasySwoole\\Spl\\": "src/",
"EasySwoole\\Spl\\Test\\": "test/"
}
}
}