forked from lyshfire/ThinkPhpStudy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
34 lines (34 loc) · 956 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
{
"name": "topthink/thinkphp",
"description": "the ThinkPHP Framework",
"type": "framework",
"keywords": ["framework","thinkphp","ORM"],
"homepage": "http://www.cnblogs.com/tinywan/",
"license": "Apache2",
"authors": [
{
"name": "Tinywan",
"email": "[email protected]"
}
],
"require": {
"php": ">=5.3.0",
"monolog/monolog": "^1.22",
"php-ffmpeg/php-ffmpeg": "0.9.0",
"hisune/echarts-php": "~1.0.6",
"aliyuncs/oss-sdk-php": "^2.2",
"fzaninotto/faker": "^1.6",
"qiniu/php-sdk": "^7.1",
"mobiledetect/mobiledetectlib": "^2.8",
"ezyang/htmlpurifier": "^4.8",
"phpmailer/phpmailer": "^5.2",
"php-ai/php-ml": "^0.3.0",
"php-curl-class/php-curl-class": "^7.2",
"rmccue/requests": "^1.7"
},
"autoload":{
"psr-4":{
"Addons\\":"Addons"
}
}
}