-
Notifications
You must be signed in to change notification settings - Fork 702
/
composer.json
58 lines (58 loc) · 1.42 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
57
58
{
"name": "lizhipay/acg-faka",
"type": "project",
"description": "一款基于php8开发的原生虚拟发卡系统、个人店铺系统!",
"keywords": [
"lizhipay",
"acg-shop",
"faka",
"个人发卡",
"发卡",
"店铺",
"网店"
],
"license": "MIT",
"authors": [
{
"name": "lizhipay",
"email": "acged@aliyun.com",
"homepage": "https://github.com/lizhipay/acg-faka",
"role": "Developer"
}
],
"support": {
"docs": "https://faka.wiki",
"issues": "https://github.com/lizhipay/acg-faka/issues",
"source": "https://github.com/lizhipay/acg-faka"
},
"require": {
"php": ">=8.0.0",
"smarty/smarty": "~3.1",
"illuminate/database": "^7.30.6",
"symfony/var-dumper": "^5.1",
"illuminate/pagination": "^7.30.6",
"rah/danpu": "^2.7",
"ext-json": "*",
"phpmailer/phpmailer": "^6.5",
"ext-openssl": "*",
"guzzlehttp/guzzle": "^7.4",
"mrgoon/aliyun-sms": "^2.0",
"ext-gd": "*",
"khanamiryan/qrcode-detector-decoder": "1.0.5.2",
"ext-zip": "*",
"ext-curl": "*"
},
"suggest": {
"ext-openssl": "Required to use Encryption.",
"ext-json": "Required to use JSON.",
"ext-pdo": "Required to use MySQL Client.",
"ext-pdo_mysql": "Required to use MySQL Client.",
"ext-zip": "Required to use Install."
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Kernel\\": "kernel/"
}
}
}