1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
| {
| "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"
| }
| }
| }
|
|