forked from lizhipay/acg-faka
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
40 lines (40 loc) · 969 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
{
"name": "chunxi/acg-faka",
"description": "个人发卡源码,发卡系统,二次元发卡系统,二次元发卡源码,发卡程序,动漫发卡,PHP发卡源码",
"keywords": [
"chunxi",
"cx"
],
"license": "MIT",
"authors": [
{
"name": "chunxi",
"email": "[email protected]",
"homepage": "https://github.com/lizhipay/acg-faka",
"role": "Developer"
}
],
"require": {
"php": ">=8.0.0",
"smarty/smarty": "~3.1",
"illuminate/database": "^7.19",
"symfony/var-dumper": "^5.1",
"illuminate/pagination": "^7.19",
"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": "*"
},
"autoload": {
"psr-4": {
"App\\": "app/",
"Kernel\\": "kernel/"
}
}
}