队列依赖提交

This commit is contained in:
Ghost
2025-03-29 17:17:04 +08:00
parent 1609d39649
commit 6c98af9800
44 changed files with 5333 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"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": "^2.0",
"topthink/framework": "5.1.*"
},
"extra": {
"think-config": {
"queue": "src/config.php"
}
}
}