1 Star 0 Fork 4.2K

yiane / CRMEB打通版

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
composer.json 1.64 KB
一键复制 编辑 原始数据 按行查看 历史
等风来,随风去 提交于 2019-09-11 11:03 . 上传3.01代码
{
"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",
"ext-json": "*",
"ext-bcmath": "*",
"ext-mbstring": "*",
"topthink/framework": "6.0.*-dev",
"topthink/think-view": "^1.0",
"symfony/var-dumper":"^4.2",
"overtrue/wechat": "^3.3",
"topthink/think-captcha": "^3.0",
"topthink/think-image": "^1.0",
"xaboy/form-builder": "^1.2",
"firebase/php-jwt": "^5.0",
"phpoffice/phpexcel": "^1.8",
"aliyuncs/oss-sdk-php": "^2.3",
"qcloud/cos-sdk-v5": "^1.3",
"qiniu/php-sdk": "^7.2",
"workerman/workerman": "^3.5",
"workerman/channel": "^1.0",
"topthink/think-queue": "^3.0",
"spatie/macroable": "^1.0",
"dh2y/think-qrcode": "^2.0"
},
"autoload": {
"psr-4": {
"app\\": "app",
"crmeb\\": "crmeb"
},
"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/yiane/CRMEB.git
git@gitee.com:yiane/CRMEB.git
yiane
CRMEB
CRMEB打通版
master

搜索帮助