9 Star 69 Fork 54

牛之云科技 / NIUSHOP商城 V6 开源版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.52 KB
一键复制 编辑 原始数据 按行查看 历史
大吉 提交于 2021-01-07 09:40 . v1.0.0
{
"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.1.0",
"topthink/framework": "6.0.*",
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-view": "^1.0",
"liliuwei/thinkphp-jump": "^1.3",
"topthink/think-captcha": "^3.0",
"overtrue/wechat": "~4.1",
"phpoffice/phpexcel": "^1.8",
"overtrue/easy-sms": "^1.1",
"php-curl-class/php-curl-class": "^8.6",
"phpmailer/phpmailer": "^6.1",
"intervention/image": "^2.5",
"nesbot/carbon": "^2.27",
"thans/thinkphp-filesystem-cloud": "^1.0",
"ext-json": "*",
"workerman/gatewayclient": "3.0.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace":"^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app",
"addon\\": "addon",
"extend\\": "extend"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
PHP
1
https://gitee.com/niushop-team/niushop_v6.git
git@gitee.com:niushop-team/niushop_v6.git
niushop-team
niushop_v6
NIUSHOP商城 V6 开源版
master

搜索帮助