5 Star 27 Fork 6

草上飞/bs_shop购物商城

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
composer.json 1005 Bytes
一键复制 编辑 原始数据 按行查看 历史
wei 提交于 2024-11-26 16:35 +08:00 . Dockerfile test
{
"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": ">=7.0",
"topthink/framework": "5.0.*",
"ext-json": "*",
"ext-mbstring": "*",
"riverslei/payment": "*",
"phpmailer/phpmailer": "^6.5",
"topthink/think-captcha": "1.*",
"alibabacloud/dysmsapi-20170525": "2.0.8",
"qiniu/php-sdk": "^7.4",
"aliyuncs/oss-sdk-php": "^2.4",
"workerman/gatewayclient": "^3.0",
"topthink/think-worker": "1.0.*",
"workerman/gateway-worker": "^3.0",
"ext-zip": "*"
},
"autoload": {
"psr-4": {
"app\\": "application",
"Yunpian\\Sdk\\": "vendor/yunpian/src"
}
},
"extra": {
"think-path": "thinkphp"
},
"config": {
"preferred-install": "dist"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/brisklan/thinkphp5-shopping-mall.git
git@gitee.com:brisklan/thinkphp5-shopping-mall.git
brisklan
thinkphp5-shopping-mall
bs_shop购物商城
master

搜索帮助