forked from w-hehe/hmyk
-
Notifications
You must be signed in to change notification settings - Fork 0
/
composer.json
37 lines (37 loc) · 992 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
{
"name": "karsonzhang/fastadmin",
"description": "the fastest admin framework",
"type": "project",
"keywords": [
"fastadmin",
"thinkphp"
],
"homepage": "https://www.fastadmin.net/",
"license": "Apache-2.0",
"authors": [
{
"name": "Karson",
"email": "karson@fastadmin.net"
}
],
"require": {
"php": ">=7.0.0",
"topthink/framework": "~5.0.24",
"topthink/think-captcha": "^1.0",
"phpmailer/phpmailer": "~6.1.6",
"karsonzhang/fastadmin-addons": "~1.2.4",
"overtrue/pinyin": "~3.0",
"phpoffice/phpspreadsheet": "^1.2",
"overtrue/wechat": "4.2.11",
"nelexa/zip": "^3.3",
"symfony/var-exporter": "^4.4.13",
"ext-json": "*",
"ext-curl": "*",
"ext-pdo": "*",
"txthinking/mailer": "^2.0",
"stripe/stripe-php": "^7.124"
},
"config": {
"preferred-install": "dist"
}
}