-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
42 lines (42 loc) · 983 Bytes
/
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
{
"name": "jihainet/jshop",
"description": "This is an open source B2C mall.",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"homepage": "https://www.jihainet.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "sin",
"email": "sin@jihainet.com"
}
],
"require": {
"php": ">=7.3.0",
"topthink/framework": "5.1.*",
"topthink/think-queue": "^2.0",
"firephp/firephp-core": "^0.4.0",
"apfelbox/php-file-download": "^2.1",
"zoujingli/wechat-php-sdk": "^1.3",
"topthink/think-captcha": "^2.0",
"ext-json": "*"
},
"autoload": {
"psr-4": {
"app\\": "application"
},
"files": [
"extend/myxland/addons/helper.php"
]
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}