new files
This commit is contained in:
78
pro_v3.5.1/composer.json
Executable file
78
pro_v3.5.1/composer.json
Executable file
@@ -0,0 +1,78 @@
|
||||
{
|
||||
"name": "topthink/think",
|
||||
"description": "the new thinkphp framework",
|
||||
"type": "project",
|
||||
"keywords": [
|
||||
"framework",
|
||||
"thinkphp",
|
||||
"ORM"
|
||||
],
|
||||
"homepage": "https://www.thinkphp.cn/",
|
||||
"license": "Apache-2.0",
|
||||
"authors": [
|
||||
{
|
||||
"name": "liu21st",
|
||||
"email": "liu21st@gmail.com"
|
||||
},
|
||||
{
|
||||
"name": "yunwuxin",
|
||||
"email": "448901948@qq.com"
|
||||
}
|
||||
],
|
||||
"require": {
|
||||
"php": ">=8.0.0",
|
||||
"ext-json": "*",
|
||||
"ext-curl": "*",
|
||||
"ext-bcmath": "*",
|
||||
"ext-mbstring": "*",
|
||||
"ext-openssl": "*",
|
||||
"ext-swoole": "*",
|
||||
"topthink/framework": "^8.0",
|
||||
"topthink/think-orm": "^3.0",
|
||||
"topthink/think-filesystem": "^2.0",
|
||||
"topthink/think-annotation": "^2.0",
|
||||
"w7corp/easywechat": "^6.12",
|
||||
"topthink/think-swoole": "v4.0.10",
|
||||
"alipaysdk/easysdk": "^2.2",
|
||||
"fastknife/ajcaptcha": "^1.2",
|
||||
"godruoyi/php-snowflake": "^2.2",
|
||||
"firebase/php-jwt": "^6.8",
|
||||
"xaboy/form-builder": "^2.0",
|
||||
"aliyuncs/oss-sdk-php": "^2.6",
|
||||
"qcloud/cos-sdk-v5": "^2.6",
|
||||
"topthink/think-queue": "^3.0",
|
||||
"qiniu/php-sdk": "^7.11",
|
||||
"topthink/think-template": "^3.0",
|
||||
"topthink/think-view": "^2.0",
|
||||
"phpoffice/phpspreadsheet": "^1.29",
|
||||
"joypack/tencent-map": "^1.0",
|
||||
"topthink/think-throttle": "^2.0",
|
||||
"topthink/think-image": "^1.0",
|
||||
"endroid/qr-code": "^4.8"
|
||||
},
|
||||
"require-dev": {
|
||||
"symfony/var-dumper": ">=4.2",
|
||||
"topthink/think-trace": "^1.0"
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"app\\": "app",
|
||||
"crmeb\\": "crmeb"
|
||||
},
|
||||
"psr-0": {
|
||||
"": "extend/"
|
||||
},
|
||||
"files": [
|
||||
"app/helpers.php"
|
||||
]
|
||||
},
|
||||
"config": {
|
||||
"preferred-install": "dist"
|
||||
},
|
||||
"scripts": {
|
||||
"post-autoload-dump": [
|
||||
"@php think service:discover",
|
||||
"@php think vendor:publish"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user