-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcomposer.json
More file actions
48 lines (48 loc) · 1.24 KB
/
Copy pathcomposer.json
File metadata and controls
48 lines (48 loc) · 1.24 KB
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
47
48
{
"name": "naroat/hyperf-package",
"description": "Toolkit for hyperf",
"keywords": ["php", "hyperf", "util", "package", "kit"],
"license": "MIT",
"autoload": {
"psr-4": {
"Naroat\\HyperfPackage\\": "src/"
},
"files": [
"src/Helpers/functions.php",
"src/Helpers/utils.php"
]
},
"authors": [
{
"name": "taoran",
"email": "taoran0796@163.com"
}
],
"require": {
"php": ">=8.1",
"hyperf/snowflake": "^3.1",
"hyperf/framework": "^3.1",
"hyperf/di": "^3.1",
"hyperf/config": "^3.1",
"hyperf/cache": "^3.1",
"hyperf/http-message": "^3.1",
"hyperf/http-server": "^3.1",
"hyperf/db-connection": "^3.1",
"hyperf/database-pgsql": "^3.1",
"hyperf/database": "^3.1",
"hyperf/logger": "^3.1",
"hyperf/redis": "^3.1",
"hyperf/validation": "^3.1",
"hyperf/command": "^3.1",
"naroat/ivory": "^1.0",
"hyperf/paginator": "^3.1"
},
"extra": {
"hyperf": {
"config": "Naroat\\HyperfPackage\\ConfigProvider"
}
},
"require-dev": {
"phpunit/phpunit": "^10"
}
}