forked from gongfuxiang/shopxo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
56 lines (56 loc) · 1.34 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
47
48
49
50
51
52
53
54
55
56
{
"name": "shopxo/shopxo",
"description": "ShopXO domestic leading enterprise-class B2C free open source e-commerce system!",
"type": "project",
"keywords": [
"shop",
"shopxo",
"b2c",
"mall",
"商城",
"开源商城",
"小程序",
"thinkphp",
"ORM"
],
"homepage": "http://shopxo.net/",
"license": "MIT",
"authors": [
{
"name": "Devil",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.0.0",
"topthink/framework": "*",
"topthink/think-orm": "*",
"topthink/think-multi-app": "*",
"topthink/think-view": "*",
"phpoffice/phpspreadsheet": "*",
"overtrue/pinyin": "*",
"picqer/php-barcode-generator": "*",
"phpmailer/phpmailer": "*"
},
"require-dev": {
"symfony/var-dumper": "*",
"topthink/think-trace":"*"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}