4 Star 48 Fork 20

Orzice / HaSog幻神商城

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.80 KB
一键复制 编辑 原始数据 按行查看 历史
Orzice 提交于 2021-03-22 17:01 . 新增 阿里云短信 腾讯云 依赖
{
"name": "ac_shop",
"description": "Acgice商城",
"keywords": [
"ac_shop acshop Acgice 商城"
],
"homepage": "https://oauth.acgice.com",
"type": "project",
"keywords": [
"framework",
"thinkphp",
"ORM"
],
"license": "Apache-2.0",
"authors": [
{
"name": "Orzice",
"email": "1073519986@qq.com"
}
],
"require": {
"php": ">=7.1.0",
"topthink/framework": "^6.0.0",
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "^1.0",
"topthink/think-helper": "^3.1",
"topthink/think-captcha": "^3.0",
"topthink/think-view": "^1.0",
"doctrine/annotations": "^1.11",
"jianyan74/php-excel": "^1.0",
"mtdowling/cron-expression": "^1.2",
"topthink/think-queue": "^3.0",
"phpoffice/phpspreadsheet": "^1.15",
"yansongda/pay": "^2.10",
"aliyuncs/oss-sdk-php": "^2.4",
"qcloud/cos-sdk-v5": "^2.1",
"qiniu/php-sdk": "^7.3",
"alibabacloud/client": "^1.5",
"tencentcloud/tencentcloud-sdk-php": "^3.0"
},
"require-dev": {
"symfony/var-dumper": "^4.2",
"topthink/think-trace":"^1.0"
},
"autoload": {
"psr-4": {
"app\\": "app",
"HaSog\\plugin\\": "plugin/",
"AcShop\\plugin\\": "plugin/"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
},
"repositories": {
"packagist": {
"type": "composer",
"url": "https://mirrors.aliyun.com/composer/"
}
}
}
PHP
1
https://gitee.com/orzice/hasog.git
git@gitee.com:orzice/hasog.git
orzice
hasog
HaSog幻神商城
master

搜索帮助