1 Star 0 Fork 0

海海海/ec

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
composer.json 1.79 KB
一键复制 编辑 原始数据 按行查看 历史
海海海 提交于 2024-10-14 10:28 . 初始化仓库
{
"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": "[email protected]"
}
],
"require": {
"php": ">=7.4.0",
"topthink/framework": "v6.0.14",
"topthink/think-orm": "^2.0",
"topthink/think-multi-app": "1.0.14",
"topthink/think-view": "1.0.14",
"liliuwei/thinkphp-jump": "1.5",
"topthink/think-captcha": "3.0.2",
"overtrue/wechat": "4.4.1",
"phpoffice/phpexcel": "^1.8",
"phpoffice/phpspreadsheet": "1.24.1",
"overtrue/easy-sms": "^1.3",
"php-curl-class/php-curl-class": "8.9.3",
"phpmailer/phpmailer": "6.4.1",
"intervention/image": "2.5.1",
"nesbot/carbon": "2.48.0",
"thans/thinkphp-filesystem-cloud": "1.0.2",
"ext-json": "*",
"workerman/gatewayclient": "3.0.0",
"wechatpay/wechatpay": "1.4.5",
"topthink/think-queue": "^3.0",
"lizhichao/word": "^2.1",
},
"require-dev": {
"symfony/var-dumper": "4.4.41",
"topthink/think-trace":"1.4"
},
"autoload": {
"psr-4": {
"app\\": "app",
"addon\\": "addon",
"extend\\": "extend"
},
"psr-0": {
"": "extend/"
}
},
"config": {
"preferred-install": "dist",
"allow-plugins": {
"easywechat-composer/easywechat-composer": true
}
},
"scripts": {
"post-autoload-dump": [
"@php think service:discover",
"@php think vendor:publish"
]
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/luoming7x/ec.git
[email protected]:luoming7x/ec.git
luoming7x
ec
ec
master

搜索帮助