90 Star 629 Fork 200

名牛云 / saas平台多租户多应用多终端TP6快速开发框架

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 2.22 KB
一键复制 编辑 原始数据 按行查看 历史
hnlg666 提交于 2023-11-07 10:27 . 完成第一阶段
{
"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"
},
{
"name": "yunwuxin",
"email": "448901948@qq.com"
}
],
"require": {
"php": ">=7.2.0",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-captcha": "^3.0",
"firebase/php-jwt": "^5.2",
"guzzlehttp/guzzle": "^6.5",
"alibabacloud/client": "^1.5",
"topthink/think-template": "^2.0",
"overtrue/wechat": "^4.2",
"symfony/finder": "^4.4",
"xaboy/form-builder": "~2.0",
"spatie/macroable": "^1.0",
"jianyan74/php-excel": "^1.0",
"aliyuncs/oss-sdk-php": "^2.3",
"qiniu/php-sdk": "^7.2",
"qcloud/cos-sdk-v5": "2.*",
"topthink/think-queue": "^3.0",
"itbdw/ip-database": "^2.0",
"ext-json": "*",
"ext-bcmath": "*",
"ext-xml": "*",
"ext-libxml": "*",
"ext-simplexml": "*",
"ext-curl": "*",
"ext-mbstring": "*",
"ext-gd": "*",
"alchemy/zippy": "^1.0",
"topthink/think-view": "^1.0",
"ext-mysqli": "*",
"hnlg666/bwsaas-addons": "^1.8",
"dh2y/think-qrcode": "^2.0",
"topthink/think-migration": "^3.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace":"^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app",
"buwang\\": "buwang",
"dh2y\\qrcode\\": "vendor/dh2y/think-qrcode/src"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"easywechat-composer/easywechat-composer": true
}
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
PHP
1
https://gitee.com/buwangyun/bwsaas.git
git@gitee.com:buwangyun/bwsaas.git
buwangyun
bwsaas
saas平台多租户多应用多终端TP6快速开发框架
master

搜索帮助