-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
46 lines (42 loc) · 1.25 KB
/
composer.json
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "coding-cat/hyperf-common",
"type": "library",
"description": "Coding Cat Hyperf Skeleton",
"require": {
"ext-json": "*",
"ext-pdo": "*",
"hyperf/constants": "~1.1.0",
"hyperf/cache": "~1.1.0",
"hyperf/command": "~1.1.0",
"hyperf/config": "~1.1.0",
"hyperf/contract": "~1.1.0",
"hyperf/database": "~1.1.0",
"hyperf/db-connection": "~1.1.0",
"hyperf/devtool": "~1.1.0",
"hyperf/di": "~1.1.0",
"hyperf/dispatcher": "~1.1.0",
"hyperf/event": "~1.1.0",
"hyperf/exception-handler": "~1.1.0",
"hyperf/framework": "~1.1.0",
"hyperf/guzzle": "~1.1.0",
"hyperf/http-server": "~1.1.0",
"hyperf/logger": "~1.1.0",
"hyperf/memory": "~1.1.0",
"hyperf/paginator": "~1.1.0",
"hyperf/pool": "~1.1.0",
"hyperf/process": "~1.1.0",
"hyperf/redis": "~1.1.0",
"hyperf/utils": "~1.1.0",
"coding-cat/common-helper": "~0.1",
"particle/validator": "^2.3",
"marc-mabe/php-enum": "~4.0"
},
"autoload": {
"psr-4": {
"CC\\Hyperf\\Common\\": "src/"
},
"files": [
"src/functions.php"
]
}
}