提交服务端基础框架
This commit is contained in:
42
Server/composer.json
Executable file
42
Server/composer.json
Executable file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"name": "topthink/think",
|
||||
"description": "the new thinkphp framework",
|
||||
"type": "project",
|
||||
"keywords": [
|
||||
"framework",
|
||||
"thinkphp",
|
||||
"ORM"
|
||||
],
|
||||
"homepage": "http://thinkphp.cn/",
|
||||
"license": "Apache-2.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "liu21st",
|
||||
"email": "liu21st@gmail.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=5.6.0",
|
||||
"topthink/framework": "5.1.*",
|
||||
"phpoffice/phpexcel": "^1.8",
|
||||
"endroid/qr-code": "^2.5",
|
||||
"alibabacloud/dysmsapi-20170525": "2.0.16",
|
||||
"hashids/hashids": "^3.0",
|
||||
"aliyuncs/oss-sdk-php": "^2.7",
|
||||
"topthink/think-worker": "2.0.*"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"app\\": "application"
|
||||
}
|
||||
},
|
||||
"extra": {
|
||||
"think-path": "thinkphp"
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": "dist",
|
||||
"allow-plugins": {
|
||||
"topthink/think-installer": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user