forked from yuan1994/tpAdmin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
composer.json
37 lines (37 loc) · 883 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": "yuan1994/tpadmin",
"description": "a web admin based ThinkPHP5",
"type": "project",
"keywords": [
"tpadmin",
"thinkphp",
"admin",
"rbac",
"generate",
"generator"
],
"homepage": "http://tpadmin.yuan1994.com/",
"license": "Apache-2.0",
"authors": [
{
"name": "tianpian",
"email": "tianpian0805@gmail.com",
"homepage": "http://tpadmin.yuan1994.com/",
"role": "Owner"
}
],
"require": {
"php": ">=5.4.0",
"topthink/framework": "^5.0",
"topthink/think-captcha": "^1.0",
"qiniu/php-sdk": "^7.0",
"PHPOffice/PHPExcel": "^1.8",
"yuan1994/tp-mailer": "^0.2.3"
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}