-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
43 lines (43 loc) · 1.03 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
{
"name": "dashingunique/shier-erp-library",
"description": "erp",
"type": "src",
"license": "Apache-2.0",
"authors": [
{
"name": "dashing unique",
"email": "1107842285@qq.com"
}
],
"minimum-stability": "dev",
"require": {
"php": ">=7.4",
"ext-password": "*",
"ext-json": "*",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-queue": "^3.0",
"yupoxiong/region": "^1.1",
"hashids/hashids": "^4.0",
"thans/tp-jwt-auth": "^1.0",
"symfony/filesystem": "^5.1@dev",
"symfony/class-loader": "^3.4@dev",
"ramsey/uuid": "^4.0@dev"
},
"autoload": {
"files": [
"src/common.php"
],
"psr-4": {
"think\\admin\\": "src"
}
},
"extra": {
"think": {
"services": [
"erp\\service\\ErpService"
]
}
}
}