forked from Datang6777/jshop_mall
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
executable file
·39 lines (39 loc) · 927 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
{
"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": "[email protected]"
}
],
"require": {
"php": ">=5.6.0",
"topthink/framework": "5.1.*",
"myxland/think-addons": "dev-master",
"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"
},
"autoload": {
"psr-4": {
"app\\": "application"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}