初始上传
This commit is contained in:
46
vendor/topthink/think-queue/composer.json
vendored
Executable file
46
vendor/topthink/think-queue/composer.json
vendored
Executable file
@@ -0,0 +1,46 @@
|
||||
{
|
||||
"name": "topthink/think-queue",
|
||||
"description": "The ThinkPHP6 Queue Package",
|
||||
"authors": [
|
||||
{
|
||||
"name": "yunwuxin",
|
||||
"email": "448901948@qq.com"
|
||||
}
|
||||
],
|
||||
"license": "Apache-2.0",
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"think\\": "src"
|
||||
},
|
||||
"files": [
|
||||
"src/common.php"
|
||||
]
|
||||
},
|
||||
"autoload-dev": {
|
||||
"psr-4": {
|
||||
"think\\test\\queue\\": "tests"
|
||||
}
|
||||
},
|
||||
"minimum-stability": "dev",
|
||||
"require": {
|
||||
"ext-json": "*",
|
||||
"topthink/framework": "^6.0",
|
||||
"symfony/process": "^4.2",
|
||||
"nesbot/carbon": "^2.16"
|
||||
},
|
||||
"extra": {
|
||||
"think": {
|
||||
"services": [
|
||||
"think\\queue\\Service"
|
||||
],
|
||||
"config": {
|
||||
"queue": "src/config.php"
|
||||
}
|
||||
}
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^6.2",
|
||||
"mockery/mockery": "^1.2",
|
||||
"topthink/think-migration": "^3.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user