1 Star 0 Fork 16

云巅之上/TigShop开源商城系统

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 2.27 KB
一键复制 编辑 原始数据 按行查看 历史
tigshop 提交于 2024-10-28 07:35 . 更新版本
{
"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": "[email protected]"
},
{
"name": "yunwuxin",
"email": "[email protected]"
}
],
"require": {
"php": ">=8.0.0",
"topthink/framework": "^8.0",
"topthink/think-orm": "^3.0",
"topthink/think-filesystem": "^2.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-captcha": "^3.0",
"firebase/php-jwt": "^6.8",
"thans/tp-jwt-auth": "^2.2",
"fastknife/ajcaptcha": "^1.2",
"topthink/think-annotation": "^2.0",
"intervention/image": "^2.7",
"aliyuncs/oss-sdk-php": "^2.6",
"fukuball/jieba-php": "^0.34.0",
"alipaysdk/openapi": "*@dev",
"w7corp/easywechat": "6.7",
"phpmailer/phpmailer": "^6.9",
"phpoffice/phpspreadsheet": "2.0",
"alibabacloud/sdk": "^1.8",
"topthink/think-queue": "^3.0",
"zoujingli/ip2region": "^2.0",
"alibabacloud/dysmsapi-20170525": "2.0.24",
"alipaysdk/easysdk": "^2.2",
"qcloud/cos-sdk-v5": "^2.6",
"ext-curl": "*",
"chillerlan/php-qrcode": "v5.0.2",
"ext-bcmath": "*",
"topthink/think-swoole": "^4.0",
"volcengine/volc-sdk-php": "^1.0",
"paypal/paypal-server-sdk": "0.6.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://gitee.com/tigshop-work/php-jwt.git"
},
{
"type": "vcs",
"url": "https://gitee.com/tigshop-work/jwt-auth.git"
}
],
"require-dev": {
"symfony/var-dumper": ">=4.2",
"topthink/think-trace": "^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app"
},
"psr-0": {
"": "tool/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/it-huai/tigshop.git
[email protected]:it-huai/tigshop.git
it-huai
tigshop
TigShop开源商城系统
master

搜索帮助