初始化代码
This commit is contained in:
42
vendor/topthink/think-swoole/composer.json
vendored
Normal file
42
vendor/topthink/think-swoole/composer.json
vendored
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "topthink/think-swoole",
|
||||
"description": "Swoole extend for thinkphp",
|
||||
"license": "Apache-2.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "liu21st",
|
||||
"email": "liu21st@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"ext-swoole": ">=4.0.0",
|
||||
"topthink/framework": "^6.0",
|
||||
"topthink/think-helper": "^3.0.4",
|
||||
"symfony/finder": "^4.3.2",
|
||||
"swoole/ide-helper": "^4.3",
|
||||
"nette/php-generator": "^3.2"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"think\\swoole\\": "src"
|
||||
},
|
||||
"files": [
|
||||
"src/helpers.php"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"think": {
|
||||
"services": [
|
||||
"think\\swoole\\Service"
|
||||
],
|
||||
"config": {
|
||||
"swoole": "src/config/swoole.php"
|
||||
}
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"require-dev": {
|
||||
"symfony/var-dumper": "^4.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user