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.
33 lines
682 B
33 lines
682 B
4 years ago
|
{
|
||
|
"name": "topthink/think-queue",
|
||
|
"description": "The ThinkPHP5 Queue Package",
|
||
|
"type": "think-extend",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "yunwuxin",
|
||
|
"email": "448901948@qq.com"
|
||
|
}
|
||
|
],
|
||
|
"license": "Apache-2.0",
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"think\\": "src"
|
||
|
},
|
||
|
"files": [
|
||
|
"src/common.php"
|
||
|
]
|
||
|
},
|
||
|
"require": {
|
||
|
"topthink/think-helper": ">=1.0.4",
|
||
|
"topthink/think-installer": ">=1.0.10"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"topthink/framework": "~5.0.0"
|
||
|
},
|
||
|
"extra": {
|
||
|
"think-config": {
|
||
|
"queue": "src/config.php"
|
||
|
}
|
||
|
}
|
||
|
}
|